Shades of Light Slate Blue #888EFD
Tints of Light Slate Blue #888EFD
RGB
CMYK
RGB Variations
Color information
#888EFD (or 0x888EFD) is known color: Light Slate Blue. HEX triplet: 88, 8E and FD. RGB value is (136,142,253). Sum of RGB (Red+Green+Blue) = 136+142+253=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #888EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EFD is #777102. Grayscale: #989898. Windows color (decimal): -7827715 or 16617096. OLE color: 16617096.
HSL color Cylindrical-coordinate representation of color #888EFD: hue angle of 236.92º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888EFD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 142 | 253 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.01 |
| HSL | 236.92º | 0.97% | 0.76% | - |
| HSV(B) | 236.92º | 0.46% | 0.99% | - |
| XYZ | 37.56 | 31.67 | 97.06 | - |
| YUV | 152.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 253 | 0.46 | 0.44 | 0 | 0.01 | 236.92 | 0.97 | 0.76 |
| Hex | 88 | 8E | FD | 2E | 2C | 0 | 1 | ED | 61 | 4C |
| Octal | 210 | 216 | 375 | 56 | 54 | 0 | 1 | 355 | 141 | 114 |
| Binary | 10001000 | 10001110 | 11111101 | 101110 | 101100 | 0 | 1 | 11101101 | 1100001 | 1001100 |
Color Harmonies of #888EFD
Complementary color
Monochromatic Colors of #888EFD
Black with #888EFD
Text Example
Text Example
White with #888EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EFD; }
p { color: rgb(136,142,253); }
H1.HeaderClassName
{
color: #888EFD;
}
.AnyTagClassName
{
color: #888EFD;
}
</style>
background-color css
<style>
a { background-color: #888EFD; }
a { background-color: rgb(136,142,253); }
div.DivClassName
{
background-color: #888EFD;
}
.BgClassName
{
background-color: #888EFD;
}
</style>
border-color css
<style>
span { border-color: #888EFD; }
span { border-color: rgb(136,142,253); }
td.TdClassName
{
border-color: #888EFD;
}
.TagClassName
{
border-color: #888EFD;
}
</style>