Shades of Light Slate Blue #888DFC
Tints of Light Slate Blue #888DFC
RGB
CMYK
RGB Variations
Color information
#888DFC (or 0x888DFC) is known color: Light Slate Blue. HEX triplet: 88, 8D and FC. RGB value is (136,141,252). Sum of RGB (Red+Green+Blue) = 136+141+252=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #888DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DFC is #777203. Grayscale: #979797. Windows color (decimal): -7827972 or 16551304. OLE color: 16551304.
HSL color Cylindrical-coordinate representation of color #888DFC: hue angle of 237.41º degrees, saturation: 0.95, 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 #888DFC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 141 | 252 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.01 |
| HSL | 237.41º | 0.95% | 0.76% | - |
| HSV(B) | 237.41º | 0.46% | 0.99% | - |
| XYZ | 37.25 | 31.31 | 96.18 | - |
| YUV | 152.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 252 | 0.46 | 0.44 | 0 | 0.01 | 237.41 | 0.95 | 0.76 |
| Hex | 88 | 8D | FC | 2E | 2C | 0 | 1 | ED | 5F | 4C |
| Octal | 210 | 215 | 374 | 56 | 54 | 0 | 1 | 355 | 137 | 114 |
| Binary | 10001000 | 10001101 | 11111100 | 101110 | 101100 | 0 | 1 | 11101101 | 1011111 | 1001100 |
Color Harmonies of #888DFC
Complementary color
Monochromatic Colors of #888DFC
Black with #888DFC
Text Example
Text Example
White with #888DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DFC; }
p { color: rgb(136,141,252); }
H1.HeaderClassName
{
color: #888DFC;
}
.AnyTagClassName
{
color: #888DFC;
}
</style>
background-color css
<style>
a { background-color: #888DFC; }
a { background-color: rgb(136,141,252); }
div.DivClassName
{
background-color: #888DFC;
}
.BgClassName
{
background-color: #888DFC;
}
</style>
border-color css
<style>
span { border-color: #888DFC; }
span { border-color: rgb(136,141,252); }
td.TdClassName
{
border-color: #888DFC;
}
.TagClassName
{
border-color: #888DFC;
}
</style>