Shades of Light Slate Blue #888DFB
Tints of Light Slate Blue #888DFB
RGB
CMYK
RGB Variations
Color information
#888DFB (or 0x888DFB) is known color: Light Slate Blue. HEX triplet: 88, 8D and FB. RGB value is (136,141,251). Sum of RGB (Red+Green+Blue) = 136+141+251=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #888DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DFB is #777204. Grayscale: #979797. Windows color (decimal): -7827973 or 16485768. OLE color: 16485768.
HSL color Cylindrical-coordinate representation of color #888DFB: hue angle of 237.39º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888DFB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 141 | 251 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.02 |
| HSL | 237.39º | 0.93% | 0.76% | - |
| HSV(B) | 237.39º | 0.46% | 0.98% | - |
| XYZ | 37.09 | 31.25 | 95.34 | - |
| YUV | 152.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 251 | 0.46 | 0.44 | 0 | 0.02 | 237.39 | 0.93 | 0.76 |
| Hex | 88 | 8D | FB | 2E | 2C | 0 | 2 | ED | 5D | 4C |
| Octal | 210 | 215 | 373 | 56 | 54 | 0 | 2 | 355 | 135 | 114 |
| Binary | 10001000 | 10001101 | 11111011 | 101110 | 101100 | 0 | 10 | 11101101 | 1011101 | 1001100 |
Color Harmonies of #888DFB
Complementary color
Monochromatic Colors of #888DFB
Black with #888DFB
Text Example
Text Example
White with #888DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DFB; }
p { color: rgb(136,141,251); }
H1.HeaderClassName
{
color: #888DFB;
}
.AnyTagClassName
{
color: #888DFB;
}
</style>
background-color css
<style>
a { background-color: #888DFB; }
a { background-color: rgb(136,141,251); }
div.DivClassName
{
background-color: #888DFB;
}
.BgClassName
{
background-color: #888DFB;
}
</style>
border-color css
<style>
span { border-color: #888DFB; }
span { border-color: rgb(136,141,251); }
td.TdClassName
{
border-color: #888DFB;
}
.TagClassName
{
border-color: #888DFB;
}
</style>