Shades of Light Slate Blue #8C8EFF
Tints of Light Slate Blue #8C8EFF
RGB
CMYK
RGB Variations
Color information
#8C8EFF (or 0x8C8EFF) is known color: Light Slate Blue. HEX triplet: 8C, 8E and FF. RGB value is (140,142,255). Sum of RGB (Red+Green+Blue) = 140+142+255=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EFF is #737100. Grayscale: #999999. Windows color (decimal): -7565569 or 16748172. OLE color: 16748172.
HSL color Cylindrical-coordinate representation of color #8C8EFF: hue angle of 238.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C8EFF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 142 | 255 | - |
| CMYK | 0.45 | 0.44 | 0 | 0 |
| HSL | 238.96º | 1% | 0.77% | - |
| HSV(B) | 238.96º | 0.45% | 1% | - |
| XYZ | 38.54 | 32.14 | 98.78 | - |
| YUV | 154.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 255 | 0.45 | 0.44 | 0 | 0 | 238.96 | 1 | 0.77 |
| Hex | 8C | 8E | FF | 2D | 2C | 0 | 0 | EF | 64 | 4D |
| Octal | 214 | 216 | 377 | 55 | 54 | 0 | 0 | 357 | 144 | 115 |
| Binary | 10001100 | 10001110 | 11111111 | 101101 | 101100 | 0 | 0 | 11101111 | 1100100 | 1001101 |
Color Harmonies of #8C8EFF
Complementary color
Monochromatic Colors of #8C8EFF
Black with #8C8EFF
Text Example
Text Example
White with #8C8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8EFF; }
p { color: rgb(140,142,255); }
H1.HeaderClassName
{
color: #8C8EFF;
}
.AnyTagClassName
{
color: #8C8EFF;
}
</style>
background-color css
<style>
a { background-color: #8C8EFF; }
a { background-color: rgb(140,142,255); }
div.DivClassName
{
background-color: #8C8EFF;
}
.BgClassName
{
background-color: #8C8EFF;
}
</style>
border-color css
<style>
span { border-color: #8C8EFF; }
span { border-color: rgb(140,142,255); }
td.TdClassName
{
border-color: #8C8EFF;
}
.TagClassName
{
border-color: #8C8EFF;
}
</style>