Shades of Light Slate Blue #8C6DFE
Tints of Light Slate Blue #8C6DFE
RGB
CMYK
RGB Variations
Color information
#8C6DFE (or 0x8C6DFE) is known color: Light Slate Blue. HEX triplet: 8C, 6D and FE. RGB value is (140,109,254). Sum of RGB (Red+Green+Blue) = 140+109+254=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6DFE is #739201. Grayscale: #868686. Windows color (decimal): -7574018 or 16674188. OLE color: 16674188.
HSL color Cylindrical-coordinate representation of color #8C6DFE: hue angle of 252.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C6DFE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 109 | 254 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.00 |
| HSL | 252.83º | 0.99% | 0.71% | - |
| HSV(B) | 252.83º | 0.57% | 1% | - |
| XYZ | 34.17 | 23.67 | 96.53 | - |
| YUV | 134.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 254 | 0.45 | 0.57 | 0 | 0.00 | 252.83 | 0.99 | 0.71 |
| Hex | 8C | 6D | FE | 2D | 39 | 0 | 0 | FD | 63 | 47 |
| Octal | 214 | 155 | 376 | 55 | 71 | 0 | 0 | 375 | 143 | 107 |
| Binary | 10001100 | 1101101 | 11111110 | 101101 | 111001 | 0 | 0 | 11111101 | 1100011 | 1000111 |
Color Harmonies of #8C6DFE
Complementary color
Monochromatic Colors of #8C6DFE
Black with #8C6DFE
Text Example
Text Example
White with #8C6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DFE; }
p { color: rgb(140,109,254); }
H1.HeaderClassName
{
color: #8C6DFE;
}
.AnyTagClassName
{
color: #8C6DFE;
}
</style>
background-color css
<style>
a { background-color: #8C6DFE; }
a { background-color: rgb(140,109,254); }
div.DivClassName
{
background-color: #8C6DFE;
}
.BgClassName
{
background-color: #8C6DFE;
}
</style>
border-color css
<style>
span { border-color: #8C6DFE; }
span { border-color: rgb(140,109,254); }
td.TdClassName
{
border-color: #8C6DFE;
}
.TagClassName
{
border-color: #8C6DFE;
}
</style>