Shades of Light Slate Blue #8888FA
Tints of Light Slate Blue #8888FA
RGB
CMYK
RGB Variations
Color information
#8888FA (or 0x8888FA) is known color: Light Slate Blue. HEX triplet: 88, 88 and FA. RGB value is (136,136,250). Sum of RGB (Red+Green+Blue) = 136+136+250=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #8888FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8888FA is #777705. Grayscale: #949494. Windows color (decimal): -7829254 or 16418952. OLE color: 16418952.
HSL color Cylindrical-coordinate representation of color #8888FA: hue angle of 240º degrees, saturation: 0.92, 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 #8888FA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 136 | 250 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.02 |
| HSL | 240º | 0.92% | 0.76% | - |
| HSV(B) | 240º | 0.46% | 0.98% | - |
| XYZ | 36.21 | 29.74 | 94.28 | - |
| YUV | 149 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 250 | 0.46 | 0.46 | 0 | 0.02 | 240 | 0.92 | 0.76 |
| Hex | 88 | 88 | FA | 2E | 2E | 0 | 2 | F0 | 5C | 4C |
| Octal | 210 | 210 | 372 | 56 | 56 | 0 | 2 | 360 | 134 | 114 |
| Binary | 10001000 | 10001000 | 11111010 | 101110 | 101110 | 0 | 10 | 11110000 | 1011100 | 1001100 |
Color Harmonies of #8888FA
Complementary color
Monochromatic Colors of #8888FA
Black with #8888FA
Text Example
Text Example
White with #8888FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888FA; }
p { color: rgb(136,136,250); }
H1.HeaderClassName
{
color: #8888FA;
}
.AnyTagClassName
{
color: #8888FA;
}
</style>
background-color css
<style>
a { background-color: #8888FA; }
a { background-color: rgb(136,136,250); }
div.DivClassName
{
background-color: #8888FA;
}
.BgClassName
{
background-color: #8888FA;
}
</style>
border-color css
<style>
span { border-color: #8888FA; }
span { border-color: rgb(136,136,250); }
td.TdClassName
{
border-color: #8888FA;
}
.TagClassName
{
border-color: #8888FA;
}
</style>