Shades of Light Slate Blue #9C6EFF
Tints of Light Slate Blue #9C6EFF
RGB
CMYK
RGB Variations
Color information
#9C6EFF (or 0x9C6EFF) is known color: Light Slate Blue. HEX triplet: 9C, 6E and FF. RGB value is (156,110,255). Sum of RGB (Red+Green+Blue) = 156+110+255=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6EFF is #639100. Grayscale: #8B8B8B. Windows color (decimal): -6525185 or 16739996. OLE color: 16739996.
HSL color Cylindrical-coordinate representation of color #9C6EFF: hue angle of 259.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6EFF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 110 | 255 | - |
| CMYK | 0.39 | 0.57 | 0 | 0 |
| HSL | 259.03º | 1% | 0.72% | - |
| HSV(B) | 259.03º | 0.57% | 1% | - |
| XYZ | 37.34 | 25.44 | 97.55 | - |
| YUV | 140.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 255 | 0.39 | 0.57 | 0 | 0 | 259.03 | 1 | 0.72 |
| Hex | 9C | 6E | FF | 27 | 39 | 0 | 0 | 103 | 64 | 48 |
| Octal | 234 | 156 | 377 | 47 | 71 | 0 | 0 | 403 | 144 | 110 |
| Binary | 10011100 | 1101110 | 11111111 | 100111 | 111001 | 0 | 0 | 100000011 | 1100100 | 1001000 |
Color Harmonies of #9C6EFF
Complementary color
Monochromatic Colors of #9C6EFF
Black with #9C6EFF
Text Example
Text Example
White with #9C6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6EFF; }
p { color: rgb(156,110,255); }
H1.HeaderClassName
{
color: #9C6EFF;
}
.AnyTagClassName
{
color: #9C6EFF;
}
</style>
background-color css
<style>
a { background-color: #9C6EFF; }
a { background-color: rgb(156,110,255); }
div.DivClassName
{
background-color: #9C6EFF;
}
.BgClassName
{
background-color: #9C6EFF;
}
</style>
border-color css
<style>
span { border-color: #9C6EFF; }
span { border-color: rgb(156,110,255); }
td.TdClassName
{
border-color: #9C6EFF;
}
.TagClassName
{
border-color: #9C6EFF;
}
</style>