Shades of Light Slate Blue #8C6BFE
Tints of Light Slate Blue #8C6BFE
RGB
CMYK
RGB Variations
Color information
#8C6BFE (or 0x8C6BFE) is known color: Light Slate Blue. HEX triplet: 8C, 6B and FE. RGB value is (140,107,254). Sum of RGB (Red+Green+Blue) = 140+107+254=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BFE is #739401. Grayscale: #858585. Windows color (decimal): -7574530 or 16673676. OLE color: 16673676.
HSL color Cylindrical-coordinate representation of color #8C6BFE: hue angle of 253.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C6BFE is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 107 | 254 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.00 |
| HSL | 253.47º | 0.99% | 0.71% | - |
| HSV(B) | 253.47º | 0.58% | 1% | - |
| XYZ | 33.96 | 23.25 | 96.46 | - |
| YUV | 133.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 254 | 0.45 | 0.58 | 0 | 0.00 | 253.47 | 0.99 | 0.71 |
| Hex | 8C | 6B | FE | 2D | 3A | 0 | 0 | FD | 63 | 47 |
| Octal | 214 | 153 | 376 | 55 | 72 | 0 | 0 | 375 | 143 | 107 |
| Binary | 10001100 | 1101011 | 11111110 | 101101 | 111010 | 0 | 0 | 11111101 | 1100011 | 1000111 |
Color Harmonies of #8C6BFE
Complementary color
Monochromatic Colors of #8C6BFE
Black with #8C6BFE
Text Example
Text Example
White with #8C6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BFE; }
p { color: rgb(140,107,254); }
H1.HeaderClassName
{
color: #8C6BFE;
}
.AnyTagClassName
{
color: #8C6BFE;
}
</style>
background-color css
<style>
a { background-color: #8C6BFE; }
a { background-color: rgb(140,107,254); }
div.DivClassName
{
background-color: #8C6BFE;
}
.BgClassName
{
background-color: #8C6BFE;
}
</style>
border-color css
<style>
span { border-color: #8C6BFE; }
span { border-color: rgb(140,107,254); }
td.TdClassName
{
border-color: #8C6BFE;
}
.TagClassName
{
border-color: #8C6BFE;
}
</style>