Shades of Light Slate Blue #966DF7
Tints of Light Slate Blue #966DF7
RGB
CMYK
RGB Variations
Color information
#966DF7 (or 0x966DF7) is known color: Light Slate Blue. HEX triplet: 96, 6D and F7. RGB value is (150,109,247). Sum of RGB (Red+Green+Blue) = 150+109+247=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #966DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DF7 is #699208. Grayscale: #888888. Windows color (decimal): -6918665 or 16215446. OLE color: 16215446.
HSL color Cylindrical-coordinate representation of color #966DF7: hue angle of 257.83º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966DF7 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 109 | 247 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.03 |
| HSL | 257.83º | 0.9% | 0.7% | - |
| HSV(B) | 257.83º | 0.56% | 0.97% | - |
| XYZ | 34.83 | 24.14 | 90.82 | - |
| YUV | 136.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 247 | 0.39 | 0.56 | 0 | 0.03 | 257.83 | 0.9 | 0.7 |
| Hex | 96 | 6D | F7 | 27 | 38 | 0 | 3 | 102 | 5A | 46 |
| Octal | 226 | 155 | 367 | 47 | 70 | 0 | 3 | 402 | 132 | 106 |
| Binary | 10010110 | 1101101 | 11110111 | 100111 | 111000 | 0 | 11 | 100000010 | 1011010 | 1000110 |
Color Harmonies of #966DF7
Complementary color
Monochromatic Colors of #966DF7
Black with #966DF7
Text Example
Text Example
White with #966DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DF7; }
p { color: rgb(150,109,247); }
H1.HeaderClassName
{
color: #966DF7;
}
.AnyTagClassName
{
color: #966DF7;
}
</style>
background-color css
<style>
a { background-color: #966DF7; }
a { background-color: rgb(150,109,247); }
div.DivClassName
{
background-color: #966DF7;
}
.BgClassName
{
background-color: #966DF7;
}
</style>
border-color css
<style>
span { border-color: #966DF7; }
span { border-color: rgb(150,109,247); }
td.TdClassName
{
border-color: #966DF7;
}
.TagClassName
{
border-color: #966DF7;
}
</style>