Shades of Light Slate Blue #966DFC
Tints of Light Slate Blue #966DFC
RGB
CMYK
RGB Variations
Color information
#966DFC (or 0x966DFC) is known color: Light Slate Blue. HEX triplet: 96, 6D and FC. RGB value is (150,109,252). Sum of RGB (Red+Green+Blue) = 150+109+252=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #966DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DFC is #699203. Grayscale: #898989. Windows color (decimal): -6918660 or 16543126. OLE color: 16543126.
HSL color Cylindrical-coordinate representation of color #966DFC: hue angle of 257.2º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966DFC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 109 | 252 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.01 |
| HSL | 257.2º | 0.96% | 0.71% | - |
| HSV(B) | 257.2º | 0.57% | 0.99% | - |
| XYZ | 35.62 | 24.45 | 94.94 | - |
| YUV | 137.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 252 | 0.40 | 0.57 | 0 | 0.01 | 257.2 | 0.96 | 0.71 |
| Hex | 96 | 6D | FC | 28 | 39 | 0 | 1 | 101 | 60 | 47 |
| Octal | 226 | 155 | 374 | 50 | 71 | 0 | 1 | 401 | 140 | 107 |
| Binary | 10010110 | 1101101 | 11111100 | 101000 | 111001 | 0 | 1 | 100000001 | 1100000 | 1000111 |
Color Harmonies of #966DFC
Complementary color
Monochromatic Colors of #966DFC
Black with #966DFC
Text Example
Text Example
White with #966DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DFC; }
p { color: rgb(150,109,252); }
H1.HeaderClassName
{
color: #966DFC;
}
.AnyTagClassName
{
color: #966DFC;
}
</style>
background-color css
<style>
a { background-color: #966DFC; }
a { background-color: rgb(150,109,252); }
div.DivClassName
{
background-color: #966DFC;
}
.BgClassName
{
background-color: #966DFC;
}
</style>
border-color css
<style>
span { border-color: #966DFC; }
span { border-color: rgb(150,109,252); }
td.TdClassName
{
border-color: #966DFC;
}
.TagClassName
{
border-color: #966DFC;
}
</style>