Shades of Light Slate Blue #888EFE
Tints of Light Slate Blue #888EFE
RGB
CMYK
RGB Variations
Color information
#888EFE (or 0x888EFE) is known color: Light Slate Blue. HEX triplet: 88, 8E and FE. RGB value is (136,142,254). Sum of RGB (Red+Green+Blue) = 136+142+254=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #888EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EFE is #777101. Grayscale: #989898. Windows color (decimal): -7827714 or 16682632. OLE color: 16682632.
HSL color Cylindrical-coordinate representation of color #888EFE: hue angle of 236.95º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888EFE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 142 | 254 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.00 |
| HSL | 236.95º | 0.98% | 0.76% | - |
| HSV(B) | 236.95º | 0.46% | 1% | - |
| XYZ | 37.72 | 31.74 | 97.9 | - |
| YUV | 152.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 254 | 0.46 | 0.44 | 0 | 0.00 | 236.95 | 0.98 | 0.76 |
| Hex | 88 | 8E | FE | 2E | 2C | 0 | 0 | ED | 62 | 4C |
| Octal | 210 | 216 | 376 | 56 | 54 | 0 | 0 | 355 | 142 | 114 |
| Binary | 10001000 | 10001110 | 11111110 | 101110 | 101100 | 0 | 0 | 11101101 | 1100010 | 1001100 |
Color Harmonies of #888EFE
Complementary color
Monochromatic Colors of #888EFE
Black with #888EFE
Text Example
Text Example
White with #888EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EFE; }
p { color: rgb(136,142,254); }
H1.HeaderClassName
{
color: #888EFE;
}
.AnyTagClassName
{
color: #888EFE;
}
</style>
background-color css
<style>
a { background-color: #888EFE; }
a { background-color: rgb(136,142,254); }
div.DivClassName
{
background-color: #888EFE;
}
.BgClassName
{
background-color: #888EFE;
}
</style>
border-color css
<style>
span { border-color: #888EFE; }
span { border-color: rgb(136,142,254); }
td.TdClassName
{
border-color: #888EFE;
}
.TagClassName
{
border-color: #888EFE;
}
</style>