Shades of Light Slate Blue #8973FA
Tints of Light Slate Blue #8973FA
RGB
CMYK
RGB Variations
Color information
#8973FA (or 0x8973FA) is known color: Light Slate Blue. HEX triplet: 89, 73 and FA. RGB value is (137,115,250). Sum of RGB (Red+Green+Blue) = 137+115+250=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #8973FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8973FA is #768C05. Grayscale: #888888. Windows color (decimal): -7769094 or 16413577. OLE color: 16413577.
HSL color Cylindrical-coordinate representation of color #8973FA: hue angle of 249.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8973FA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 115 | 250 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.02 |
| HSL | 249.78º | 0.93% | 0.72% | - |
| HSV(B) | 249.78º | 0.54% | 0.98% | - |
| XYZ | 33.7 | 24.48 | 93.39 | - |
| YUV | 136.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 250 | 0.45 | 0.54 | 0 | 0.02 | 249.78 | 0.93 | 0.72 |
| Hex | 89 | 73 | FA | 2D | 36 | 0 | 2 | FA | 5D | 48 |
| Octal | 211 | 163 | 372 | 55 | 66 | 0 | 2 | 372 | 135 | 110 |
| Binary | 10001001 | 1110011 | 11111010 | 101101 | 110110 | 0 | 10 | 11111010 | 1011101 | 1001000 |
Color Harmonies of #8973FA
Complementary color
Monochromatic Colors of #8973FA
Black with #8973FA
Text Example
Text Example
White with #8973FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8973FA; }
p { color: rgb(137,115,250); }
H1.HeaderClassName
{
color: #8973FA;
}
.AnyTagClassName
{
color: #8973FA;
}
</style>
background-color css
<style>
a { background-color: #8973FA; }
a { background-color: rgb(137,115,250); }
div.DivClassName
{
background-color: #8973FA;
}
.BgClassName
{
background-color: #8973FA;
}
</style>
border-color css
<style>
span { border-color: #8973FA; }
span { border-color: rgb(137,115,250); }
td.TdClassName
{
border-color: #8973FA;
}
.TagClassName
{
border-color: #8973FA;
}
</style>