Shades of Light Slate Blue #9C66F9
Tints of Light Slate Blue #9C66F9
RGB
CMYK
RGB Variations
Color information
#9C66F9 (or 0x9C66F9) is known color: Light Slate Blue. HEX triplet: 9C, 66 and F9. RGB value is (156,102,249). Sum of RGB (Red+Green+Blue) = 156+102+249=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C66F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C66F9 is #639906. Grayscale: #868686. Windows color (decimal): -6527239 or 16344732. OLE color: 16344732.
HSL color Cylindrical-coordinate representation of color #9C66F9: hue angle of 262.04º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C66F9 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 102 | 249 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.02 |
| HSL | 262.04º | 0.92% | 0.69% | - |
| HSV(B) | 262.04º | 0.59% | 0.98% | - |
| XYZ | 35.56 | 23.41 | 92.27 | - |
| YUV | 134.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 249 | 0.37 | 0.59 | 0 | 0.02 | 262.04 | 0.92 | 0.69 |
| Hex | 9C | 66 | F9 | 25 | 3B | 0 | 2 | 106 | 5C | 45 |
| Octal | 234 | 146 | 371 | 45 | 73 | 0 | 2 | 406 | 134 | 105 |
| Binary | 10011100 | 1100110 | 11111001 | 100101 | 111011 | 0 | 10 | 100000110 | 1011100 | 1000101 |
Color Harmonies of #9C66F9
Complementary color
Monochromatic Colors of #9C66F9
Black with #9C66F9
Text Example
Text Example
White with #9C66F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C66F9; }
p { color: rgb(156,102,249); }
H1.HeaderClassName
{
color: #9C66F9;
}
.AnyTagClassName
{
color: #9C66F9;
}
</style>
background-color css
<style>
a { background-color: #9C66F9; }
a { background-color: rgb(156,102,249); }
div.DivClassName
{
background-color: #9C66F9;
}
.BgClassName
{
background-color: #9C66F9;
}
</style>
border-color css
<style>
span { border-color: #9C66F9; }
span { border-color: rgb(156,102,249); }
td.TdClassName
{
border-color: #9C66F9;
}
.TagClassName
{
border-color: #9C66F9;
}
</style>