Shades of Light Slate Blue #888DF8
Tints of Light Slate Blue #888DF8
RGB
CMYK
RGB Variations
Color information
#888DF8 (or 0x888DF8) is known color: Light Slate Blue. HEX triplet: 88, 8D and F8. RGB value is (136,141,248). Sum of RGB (Red+Green+Blue) = 136+141+248=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #888DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DF8 is #777207. Grayscale: #979797. Windows color (decimal): -7827976 or 16289160. OLE color: 16289160.
HSL color Cylindrical-coordinate representation of color #888DF8: hue angle of 237.32º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #888DF8 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 141 | 248 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.03 |
| HSL | 237.32º | 0.89% | 0.75% | - |
| HSV(B) | 237.32º | 0.45% | 0.97% | - |
| XYZ | 36.62 | 31.06 | 92.87 | - |
| YUV | 151.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 248 | 0.45 | 0.43 | 0 | 0.03 | 237.32 | 0.89 | 0.75 |
| Hex | 88 | 8D | F8 | 2D | 2B | 0 | 3 | ED | 59 | 4B |
| Octal | 210 | 215 | 370 | 55 | 53 | 0 | 3 | 355 | 131 | 113 |
| Binary | 10001000 | 10001101 | 11111000 | 101101 | 101011 | 0 | 11 | 11101101 | 1011001 | 1001011 |
Color Harmonies of #888DF8
Complementary color
Monochromatic Colors of #888DF8
Black with #888DF8
Text Example
Text Example
White with #888DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DF8; }
p { color: rgb(136,141,248); }
H1.HeaderClassName
{
color: #888DF8;
}
.AnyTagClassName
{
color: #888DF8;
}
</style>
background-color css
<style>
a { background-color: #888DF8; }
a { background-color: rgb(136,141,248); }
div.DivClassName
{
background-color: #888DF8;
}
.BgClassName
{
background-color: #888DF8;
}
</style>
border-color css
<style>
span { border-color: #888DF8; }
span { border-color: rgb(136,141,248); }
td.TdClassName
{
border-color: #888DF8;
}
.TagClassName
{
border-color: #888DF8;
}
</style>