Shades of Light Slate Blue #966BFC
Tints of Light Slate Blue #966BFC
RGB
CMYK
RGB Variations
Color information
#966BFC (or 0x966BFC) is known color: Light Slate Blue. HEX triplet: 96, 6B and FC. RGB value is (150,107,252). Sum of RGB (Red+Green+Blue) = 150+107+252=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #966BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BFC is #699403. Grayscale: #878787. Windows color (decimal): -6919172 or 16542614. OLE color: 16542614.
HSL color Cylindrical-coordinate representation of color #966BFC: hue angle of 257.79º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #966BFC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 107 | 252 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.01 |
| HSL | 257.79º | 0.96% | 0.7% | - |
| HSV(B) | 257.79º | 0.58% | 0.99% | - |
| XYZ | 35.41 | 24.03 | 94.87 | - |
| YUV | 136.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 252 | 0.40 | 0.58 | 0 | 0.01 | 257.79 | 0.96 | 0.7 |
| Hex | 96 | 6B | FC | 28 | 3A | 0 | 1 | 102 | 60 | 46 |
| Octal | 226 | 153 | 374 | 50 | 72 | 0 | 1 | 402 | 140 | 106 |
| Binary | 10010110 | 1101011 | 11111100 | 101000 | 111010 | 0 | 1 | 100000010 | 1100000 | 1000110 |
Color Harmonies of #966BFC
Complementary color
Monochromatic Colors of #966BFC
Black with #966BFC
Text Example
Text Example
White with #966BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BFC; }
p { color: rgb(150,107,252); }
H1.HeaderClassName
{
color: #966BFC;
}
.AnyTagClassName
{
color: #966BFC;
}
</style>
background-color css
<style>
a { background-color: #966BFC; }
a { background-color: rgb(150,107,252); }
div.DivClassName
{
background-color: #966BFC;
}
.BgClassName
{
background-color: #966BFC;
}
</style>
border-color css
<style>
span { border-color: #966BFC; }
span { border-color: rgb(150,107,252); }
td.TdClassName
{
border-color: #966BFC;
}
.TagClassName
{
border-color: #966BFC;
}
</style>