Shades of Light Slate Blue #8988FA
Tints of Light Slate Blue #8988FA
RGB
CMYK
RGB Variations
Color information
#8988FA (or 0x8988FA) is known color: Light Slate Blue. HEX triplet: 89, 88 and FA. RGB value is (137,136,250). Sum of RGB (Red+Green+Blue) = 137+136+250=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #8988FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988FA is #767705. Grayscale: #949494. Windows color (decimal): -7763718 or 16418953. OLE color: 16418953.
HSL color Cylindrical-coordinate representation of color #8988FA: hue angle of 240.53º 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 #8988FA is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 136 | 250 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.02 |
| HSL | 240.53º | 0.92% | 0.76% | - |
| HSV(B) | 240.53º | 0.46% | 0.98% | - |
| XYZ | 36.38 | 29.83 | 94.28 | - |
| YUV | 149.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 250 | 0.45 | 0.46 | 0 | 0.02 | 240.53 | 0.92 | 0.76 |
| Hex | 89 | 88 | FA | 2D | 2E | 0 | 2 | F1 | 5C | 4C |
| Octal | 211 | 210 | 372 | 55 | 56 | 0 | 2 | 361 | 134 | 114 |
| Binary | 10001001 | 10001000 | 11111010 | 101101 | 101110 | 0 | 10 | 11110001 | 1011100 | 1001100 |
Color Harmonies of #8988FA
Complementary color
Monochromatic Colors of #8988FA
Black with #8988FA
Text Example
Text Example
White with #8988FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8988FA; }
p { color: rgb(137,136,250); }
H1.HeaderClassName
{
color: #8988FA;
}
.AnyTagClassName
{
color: #8988FA;
}
</style>
background-color css
<style>
a { background-color: #8988FA; }
a { background-color: rgb(137,136,250); }
div.DivClassName
{
background-color: #8988FA;
}
.BgClassName
{
background-color: #8988FA;
}
</style>
border-color css
<style>
span { border-color: #8988FA; }
span { border-color: rgb(137,136,250); }
td.TdClassName
{
border-color: #8988FA;
}
.TagClassName
{
border-color: #8988FA;
}
</style>