Shades of Light Slate Blue #888AFF
Tints of Light Slate Blue #888AFF
RGB
CMYK
RGB Variations
Color information
#888AFF (or 0x888AFF) is known color: Light Slate Blue. HEX triplet: 88, 8A and FF. RGB value is (136,138,255). Sum of RGB (Red+Green+Blue) = 136+138+255=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #888AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AFF is #777500. Grayscale: #969696. Windows color (decimal): -7828737 or 16747144. OLE color: 16747144.
HSL color Cylindrical-coordinate representation of color #888AFF: hue angle of 238.99º 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 #888AFF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 138 | 255 | - |
| CMYK | 0.47 | 0.46 | 0 | 0 |
| HSL | 238.99º | 1% | 0.77% | - |
| HSV(B) | 238.99º | 0.47% | 1% | - |
| XYZ | 37.29 | 30.63 | 98.55 | - |
| YUV | 150.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 255 | 0.47 | 0.46 | 0 | 0 | 238.99 | 1 | 0.77 |
| Hex | 88 | 8A | FF | 2F | 2E | 0 | 0 | EF | 64 | 4D |
| Octal | 210 | 212 | 377 | 57 | 56 | 0 | 0 | 357 | 144 | 115 |
| Binary | 10001000 | 10001010 | 11111111 | 101111 | 101110 | 0 | 0 | 11101111 | 1100100 | 1001101 |
Color Harmonies of #888AFF
Complementary color
Monochromatic Colors of #888AFF
Black with #888AFF
Text Example
Text Example
White with #888AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AFF; }
p { color: rgb(136,138,255); }
H1.HeaderClassName
{
color: #888AFF;
}
.AnyTagClassName
{
color: #888AFF;
}
</style>
background-color css
<style>
a { background-color: #888AFF; }
a { background-color: rgb(136,138,255); }
div.DivClassName
{
background-color: #888AFF;
}
.BgClassName
{
background-color: #888AFF;
}
</style>
border-color css
<style>
span { border-color: #888AFF; }
span { border-color: rgb(136,138,255); }
td.TdClassName
{
border-color: #888AFF;
}
.TagClassName
{
border-color: #888AFF;
}
</style>