Shades of Light Slate Blue #8C6CFF
Tints of Light Slate Blue #8C6CFF
RGB
CMYK
RGB Variations
Color information
#8C6CFF (or 0x8C6CFF) is known color: Light Slate Blue. HEX triplet: 8C, 6C and FF. RGB value is (140,108,255). Sum of RGB (Red+Green+Blue) = 140+108+255=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CFF is #739300. Grayscale: #858585. Windows color (decimal): -7574273 or 16739468. OLE color: 16739468.
HSL color Cylindrical-coordinate representation of color #8C6CFF: hue angle of 253.06º 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 #8C6CFF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 108 | 255 | - |
| CMYK | 0.45 | 0.58 | 0 | 0 |
| HSL | 253.06º | 1% | 0.71% | - |
| HSV(B) | 253.06º | 0.58% | 1% | - |
| XYZ | 34.23 | 23.52 | 97.34 | - |
| YUV | 134.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 255 | 0.45 | 0.58 | 0 | 0 | 253.06 | 1 | 0.71 |
| Hex | 8C | 6C | FF | 2D | 3A | 0 | 0 | FD | 64 | 47 |
| Octal | 214 | 154 | 377 | 55 | 72 | 0 | 0 | 375 | 144 | 107 |
| Binary | 10001100 | 1101100 | 11111111 | 101101 | 111010 | 0 | 0 | 11111101 | 1100100 | 1000111 |
Color Harmonies of #8C6CFF
Complementary color
Monochromatic Colors of #8C6CFF
Black with #8C6CFF
Text Example
Text Example
White with #8C6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CFF; }
p { color: rgb(140,108,255); }
H1.HeaderClassName
{
color: #8C6CFF;
}
.AnyTagClassName
{
color: #8C6CFF;
}
</style>
background-color css
<style>
a { background-color: #8C6CFF; }
a { background-color: rgb(140,108,255); }
div.DivClassName
{
background-color: #8C6CFF;
}
.BgClassName
{
background-color: #8C6CFF;
}
</style>
border-color css
<style>
span { border-color: #8C6CFF; }
span { border-color: rgb(140,108,255); }
td.TdClassName
{
border-color: #8C6CFF;
}
.TagClassName
{
border-color: #8C6CFF;
}
</style>