Shades of Light Slate Blue #888CFF
Tints of Light Slate Blue #888CFF
RGB
CMYK
RGB Variations
Color information
#888CFF (or 0x888CFF) is known color: Light Slate Blue. HEX triplet: 88, 8C and FF. RGB value is (136,140,255). Sum of RGB (Red+Green+Blue) = 136+140+255=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #888CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CFF is #777300. Grayscale: #979797. Windows color (decimal): -7828225 or 16747656. OLE color: 16747656.
HSL color Cylindrical-coordinate representation of color #888CFF: hue angle of 237.98º 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 #888CFF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 140 | 255 | - |
| CMYK | 0.47 | 0.45 | 0 | 0 |
| HSL | 237.98º | 1% | 0.77% | - |
| HSV(B) | 237.98º | 0.47% | 1% | - |
| XYZ | 37.58 | 31.21 | 98.65 | - |
| YUV | 151.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 255 | 0.47 | 0.45 | 0 | 0 | 237.98 | 1 | 0.77 |
| Hex | 88 | 8C | FF | 2F | 2D | 0 | 0 | EE | 64 | 4D |
| Octal | 210 | 214 | 377 | 57 | 55 | 0 | 0 | 356 | 144 | 115 |
| Binary | 10001000 | 10001100 | 11111111 | 101111 | 101101 | 0 | 0 | 11101110 | 1100100 | 1001101 |
Color Harmonies of #888CFF
Complementary color
Monochromatic Colors of #888CFF
Black with #888CFF
Text Example
Text Example
White with #888CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CFF; }
p { color: rgb(136,140,255); }
H1.HeaderClassName
{
color: #888CFF;
}
.AnyTagClassName
{
color: #888CFF;
}
</style>
background-color css
<style>
a { background-color: #888CFF; }
a { background-color: rgb(136,140,255); }
div.DivClassName
{
background-color: #888CFF;
}
.BgClassName
{
background-color: #888CFF;
}
</style>
border-color css
<style>
span { border-color: #888CFF; }
span { border-color: rgb(136,140,255); }
td.TdClassName
{
border-color: #888CFF;
}
.TagClassName
{
border-color: #888CFF;
}
</style>