Shades of Light Slate Blue #966AFC
Tints of Light Slate Blue #966AFC
RGB
CMYK
RGB Variations
Color information
#966AFC (or 0x966AFC) is known color: Light Slate Blue. HEX triplet: 96, 6A and FC. RGB value is (150,106,252). Sum of RGB (Red+Green+Blue) = 150+106+252=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #966AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AFC is #699503. Grayscale: #878787. Windows color (decimal): -6919428 or 16542358. OLE color: 16542358.
HSL color Cylindrical-coordinate representation of color #966AFC: hue angle of 258.08º 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 #966AFC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 106 | 252 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.01 |
| HSL | 258.08º | 0.96% | 0.7% | - |
| HSV(B) | 258.08º | 0.58% | 0.99% | - |
| XYZ | 35.3 | 23.82 | 94.83 | - |
| YUV | 135.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 252 | 0.40 | 0.58 | 0 | 0.01 | 258.08 | 0.96 | 0.7 |
| Hex | 96 | 6A | FC | 28 | 3A | 0 | 1 | 102 | 60 | 46 |
| Octal | 226 | 152 | 374 | 50 | 72 | 0 | 1 | 402 | 140 | 106 |
| Binary | 10010110 | 1101010 | 11111100 | 101000 | 111010 | 0 | 1 | 100000010 | 1100000 | 1000110 |
Color Harmonies of #966AFC
Complementary color
Monochromatic Colors of #966AFC
Black with #966AFC
Text Example
Text Example
White with #966AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AFC; }
p { color: rgb(150,106,252); }
H1.HeaderClassName
{
color: #966AFC;
}
.AnyTagClassName
{
color: #966AFC;
}
</style>
background-color css
<style>
a { background-color: #966AFC; }
a { background-color: rgb(150,106,252); }
div.DivClassName
{
background-color: #966AFC;
}
.BgClassName
{
background-color: #966AFC;
}
</style>
border-color css
<style>
span { border-color: #966AFC; }
span { border-color: rgb(150,106,252); }
td.TdClassName
{
border-color: #966AFC;
}
.TagClassName
{
border-color: #966AFC;
}
</style>