Shades of Light Slate Blue #8976FA
Tints of Light Slate Blue #8976FA
RGB
CMYK
RGB Variations
Color information
#8976FA (or 0x8976FA) is known color: Light Slate Blue. HEX triplet: 89, 76 and FA. RGB value is (137,118,250). Sum of RGB (Red+Green+Blue) = 137+118+250=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #8976FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8976FA is #768905. Grayscale: #8A8A8A. Windows color (decimal): -7768326 or 16414345. OLE color: 16414345.
HSL color Cylindrical-coordinate representation of color #8976FA: hue angle of 248.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8976FA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 118 | 250 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.02 |
| HSL | 248.64º | 0.93% | 0.72% | - |
| HSV(B) | 248.64º | 0.53% | 0.98% | - |
| XYZ | 34.05 | 25.18 | 93.51 | - |
| YUV | 138.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 250 | 0.45 | 0.53 | 0 | 0.02 | 248.64 | 0.93 | 0.72 |
| Hex | 89 | 76 | FA | 2D | 35 | 0 | 2 | F9 | 5D | 48 |
| Octal | 211 | 166 | 372 | 55 | 65 | 0 | 2 | 371 | 135 | 110 |
| Binary | 10001001 | 1110110 | 11111010 | 101101 | 110101 | 0 | 10 | 11111001 | 1011101 | 1001000 |
Color Harmonies of #8976FA
Complementary color
Monochromatic Colors of #8976FA
Black with #8976FA
Text Example
Text Example
White with #8976FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976FA; }
p { color: rgb(137,118,250); }
H1.HeaderClassName
{
color: #8976FA;
}
.AnyTagClassName
{
color: #8976FA;
}
</style>
background-color css
<style>
a { background-color: #8976FA; }
a { background-color: rgb(137,118,250); }
div.DivClassName
{
background-color: #8976FA;
}
.BgClassName
{
background-color: #8976FA;
}
</style>
border-color css
<style>
span { border-color: #8976FA; }
span { border-color: rgb(137,118,250); }
td.TdClassName
{
border-color: #8976FA;
}
.TagClassName
{
border-color: #8976FA;
}
</style>