Shades of Light Slate Blue #9A6CFC
Tints of Light Slate Blue #9A6CFC
RGB
CMYK
RGB Variations
Color information
#9A6CFC (or 0x9A6CFC) is known color: Light Slate Blue. HEX triplet: 9A, 6C and FC. RGB value is (154,108,252). Sum of RGB (Red+Green+Blue) = 154+108+252=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A6CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CFC is #659303. Grayscale: #898989. Windows color (decimal): -6656772 or 16542874. OLE color: 16542874.
HSL color Cylindrical-coordinate representation of color #9A6CFC: hue angle of 259.17º 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 #9A6CFC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 108 | 252 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.01 |
| HSL | 259.17º | 0.96% | 0.71% | - |
| HSV(B) | 259.17º | 0.57% | 0.99% | - |
| XYZ | 36.26 | 24.62 | 94.94 | - |
| YUV | 138.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 252 | 0.39 | 0.57 | 0 | 0.01 | 259.17 | 0.96 | 0.71 |
| Hex | 9A | 6C | FC | 27 | 39 | 0 | 1 | 103 | 60 | 47 |
| Octal | 232 | 154 | 374 | 47 | 71 | 0 | 1 | 403 | 140 | 107 |
| Binary | 10011010 | 1101100 | 11111100 | 100111 | 111001 | 0 | 1 | 100000011 | 1100000 | 1000111 |
Color Harmonies of #9A6CFC
Complementary color
Monochromatic Colors of #9A6CFC
Black with #9A6CFC
Text Example
Text Example
White with #9A6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CFC; }
p { color: rgb(154,108,252); }
H1.HeaderClassName
{
color: #9A6CFC;
}
.AnyTagClassName
{
color: #9A6CFC;
}
</style>
background-color css
<style>
a { background-color: #9A6CFC; }
a { background-color: rgb(154,108,252); }
div.DivClassName
{
background-color: #9A6CFC;
}
.BgClassName
{
background-color: #9A6CFC;
}
</style>
border-color css
<style>
span { border-color: #9A6CFC; }
span { border-color: rgb(154,108,252); }
td.TdClassName
{
border-color: #9A6CFC;
}
.TagClassName
{
border-color: #9A6CFC;
}
</style>