Shades of Medium Slate Blue #8958FA
Tints of Medium Slate Blue #8958FA
RGB
CMYK
RGB Variations
Color information
#8958FA (or 0x8958FA) is known color: Medium Slate Blue. HEX triplet: 89, 58 and FA. RGB value is (137,88,250). Sum of RGB (Red+Green+Blue) = 137+88+250=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #8958FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8958FA is #76A705. Grayscale: #787878. Windows color (decimal): -7776006 or 16406665. OLE color: 16406665.
HSL color Cylindrical-coordinate representation of color #8958FA: hue angle of 258.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8958FA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 88 | 250 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.02 |
| HSL | 258.15º | 0.94% | 0.66% | - |
| HSV(B) | 258.15º | 0.65% | 0.98% | - |
| XYZ | 31.06 | 19.2 | 92.51 | - |
| YUV | 121.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 250 | 0.45 | 0.65 | 0 | 0.02 | 258.15 | 0.94 | 0.66 |
| Hex | 89 | 58 | FA | 2D | 41 | 0 | 2 | 102 | 5E | 42 |
| Octal | 211 | 130 | 372 | 55 | 101 | 0 | 2 | 402 | 136 | 102 |
| Binary | 10001001 | 1011000 | 11111010 | 101101 | 1000001 | 0 | 10 | 100000010 | 1011110 | 1000010 |
Color Harmonies of #8958FA
Complementary color
Monochromatic Colors of #8958FA
Black with #8958FA
Text Example
Text Example
White with #8958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958FA; }
p { color: rgb(137,88,250); }
H1.HeaderClassName
{
color: #8958FA;
}
.AnyTagClassName
{
color: #8958FA;
}
</style>
background-color css
<style>
a { background-color: #8958FA; }
a { background-color: rgb(137,88,250); }
div.DivClassName
{
background-color: #8958FA;
}
.BgClassName
{
background-color: #8958FA;
}
</style>
border-color css
<style>
span { border-color: #8958FA; }
span { border-color: rgb(137,88,250); }
td.TdClassName
{
border-color: #8958FA;
}
.TagClassName
{
border-color: #8958FA;
}
</style>