Shades of Light Slate Blue #9C6CFF
Tints of Light Slate Blue #9C6CFF
RGB
CMYK
RGB Variations
Color information
#9C6CFF (or 0x9C6CFF) is known color: Light Slate Blue. HEX triplet: 9C, 6C and FF. RGB value is (156,108,255). Sum of RGB (Red+Green+Blue) = 156+108+255=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6CFF is #639300. Grayscale: #8A8A8A. Windows color (decimal): -6525697 or 16739484. OLE color: 16739484.
HSL color Cylindrical-coordinate representation of color #9C6CFF: hue angle of 259.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C6CFF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 108 | 255 | - |
| CMYK | 0.39 | 0.58 | 0 | 0 |
| HSL | 259.59º | 1% | 0.71% | - |
| HSV(B) | 259.59º | 0.58% | 1% | - |
| XYZ | 37.12 | 25.01 | 97.48 | - |
| YUV | 139.11 | 193.4 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 255 | 0.39 | 0.58 | 0 | 0 | 259.59 | 1 | 0.71 |
| Hex | 9C | 6C | FF | 27 | 3A | 0 | 0 | 104 | 64 | 47 |
| Octal | 234 | 154 | 377 | 47 | 72 | 0 | 0 | 404 | 144 | 107 |
| Binary | 10011100 | 1101100 | 11111111 | 100111 | 111010 | 0 | 0 | 100000100 | 1100100 | 1000111 |
Color Harmonies of #9C6CFF
Complementary color
Monochromatic Colors of #9C6CFF
Black with #9C6CFF
Text Example
Text Example
White with #9C6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CFF; }
p { color: rgb(156,108,255); }
H1.HeaderClassName
{
color: #9C6CFF;
}
.AnyTagClassName
{
color: #9C6CFF;
}
</style>
background-color css
<style>
a { background-color: #9C6CFF; }
a { background-color: rgb(156,108,255); }
div.DivClassName
{
background-color: #9C6CFF;
}
.BgClassName
{
background-color: #9C6CFF;
}
</style>
border-color css
<style>
span { border-color: #9C6CFF; }
span { border-color: rgb(156,108,255); }
td.TdClassName
{
border-color: #9C6CFF;
}
.TagClassName
{
border-color: #9C6CFF;
}
</style>