Shades of Light Slate Blue #888BFF
Tints of Light Slate Blue #888BFF
RGB
CMYK
RGB Variations
Color information
#888BFF (or 0x888BFF) is known color: Light Slate Blue. HEX triplet: 88, 8B and FF. RGB value is (136,139,255). Sum of RGB (Red+Green+Blue) = 136+139+255=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #888BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BFF is #777400. Grayscale: #969696. Windows color (decimal): -7828481 or 16747400. OLE color: 16747400.
HSL color Cylindrical-coordinate representation of color #888BFF: hue angle of 238.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888BFF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 139 | 255 | - |
| CMYK | 0.47 | 0.45 | 0 | 0 |
| HSL | 238.49º | 1% | 0.77% | - |
| HSV(B) | 238.49º | 0.47% | 1% | - |
| XYZ | 37.44 | 30.92 | 98.6 | - |
| YUV | 151.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 255 | 0.47 | 0.45 | 0 | 0 | 238.49 | 1 | 0.77 |
| Hex | 88 | 8B | FF | 2F | 2D | 0 | 0 | EE | 64 | 4D |
| Octal | 210 | 213 | 377 | 57 | 55 | 0 | 0 | 356 | 144 | 115 |
| Binary | 10001000 | 10001011 | 11111111 | 101111 | 101101 | 0 | 0 | 11101110 | 1100100 | 1001101 |
Color Harmonies of #888BFF
Complementary color
Monochromatic Colors of #888BFF
Black with #888BFF
Text Example
Text Example
White with #888BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BFF; }
p { color: rgb(136,139,255); }
H1.HeaderClassName
{
color: #888BFF;
}
.AnyTagClassName
{
color: #888BFF;
}
</style>
background-color css
<style>
a { background-color: #888BFF; }
a { background-color: rgb(136,139,255); }
div.DivClassName
{
background-color: #888BFF;
}
.BgClassName
{
background-color: #888BFF;
}
</style>
border-color css
<style>
span { border-color: #888BFF; }
span { border-color: rgb(136,139,255); }
td.TdClassName
{
border-color: #888BFF;
}
.TagClassName
{
border-color: #888BFF;
}
</style>