HSVからHSLへ
デザインシステムで多彩なカラー操作を実現するために、HSV カラー値を HSL に変換します。
カラーコンバーター
HSL Output
HSL Values
0-360° color wheel position
0-100% color intensity
0-100% brightness
hsl(0°, 100%, 50%)
追加のフォーマット
HSV Value
hsv(0°, 100%, 100%)
RGB Value
rgb(255, 0, 0)
CSSの使用法
color: hsl(0°, 100%, 50%);
background-color: hsl(0°, 100%, 50%);
コンバージョンインサイト
この鮮やかな赤は、両方のカラー モデルで完全な彩度を維持していますが、明度の測定値が異なり、値 (HSV) と明度 (HSL) の主な違いがわかります。
変換例
鮮やかな赤
フォレストグリーン
ロイヤルブルー
ソフトピンク
落ち着いた紫
グレートーン
推奨ツール
このツールについて
この HSV から HSL へのコンバーターは、さまざまなデザイン タスクとワークフローにそれぞれ異なる利点を持つ 2 つの直感的なカラー モデル間のシームレスな移行を可能にします。
HSV (Hue, Saturation, Value) represents colors based on human perception, with Value controlling the brightness from black to full color. This makes it particularly intuitive for tasks like adjusting lightness while preserving chromatic intensity, common in interface design.
HSL (Hue, Saturation, Lightness) structures color around perceived lightness, with Lightness ranging from black through the pure color to white. This model excels at creating consistent color scales and harmonies, as equal increments in lightness produce perceptually consistent steps.
どちらのモデルも色相と彩度の要素は共通していますが、明度(明度と明度)の扱い方が根本的に異なります。このコンバーターは、精密な数学的アルゴリズムを用いてこれらのモデル間の変換を行いながら、視覚的な一貫性を維持します。これにより、デザイナーはワークフロー全体を通して各モデルの長所を活用できます。