Shades of Light Slate Blue #9C64FE
Tints of Light Slate Blue #9C64FE
RGB
CMYK
RGB Variations
Color information
#9C64FE (or 0x9C64FE) is known color: Light Slate Blue. HEX triplet: 9C, 64 and FE. RGB value is (156,100,254). Sum of RGB (Red+Green+Blue) = 156+100+254=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C64FE is #639B01. Grayscale: #858585. Windows color (decimal): -6527746 or 16671900. OLE color: 16671900.
HSL color Cylindrical-coordinate representation of color #9C64FE: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C64FE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 100 | 254 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.00 |
| HSL | 261.82º | 0.99% | 0.69% | - |
| HSV(B) | 261.82º | 0.61% | 1% | - |
| XYZ | 36.16 | 23.34 | 96.36 | - |
| YUV | 134.3 | 195.55 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 254 | 0.39 | 0.61 | 0 | 0.00 | 261.82 | 0.99 | 0.69 |
| Hex | 9C | 64 | FE | 27 | 3D | 0 | 0 | 106 | 63 | 45 |
| Octal | 234 | 144 | 376 | 47 | 75 | 0 | 0 | 406 | 143 | 105 |
| Binary | 10011100 | 1100100 | 11111110 | 100111 | 111101 | 0 | 0 | 100000110 | 1100011 | 1000101 |
Color Harmonies of #9C64FE
Complementary color
Monochromatic Colors of #9C64FE
Black with #9C64FE
Text Example
Text Example
White with #9C64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64FE; }
p { color: rgb(156,100,254); }
H1.HeaderClassName
{
color: #9C64FE;
}
.AnyTagClassName
{
color: #9C64FE;
}
</style>
background-color css
<style>
a { background-color: #9C64FE; }
a { background-color: rgb(156,100,254); }
div.DivClassName
{
background-color: #9C64FE;
}
.BgClassName
{
background-color: #9C64FE;
}
</style>
border-color css
<style>
span { border-color: #9C64FE; }
span { border-color: rgb(156,100,254); }
td.TdClassName
{
border-color: #9C64FE;
}
.TagClassName
{
border-color: #9C64FE;
}
</style>