Shades of Medium Slate Blue #8955FA
Tints of Medium Slate Blue #8955FA
RGB
CMYK
RGB Variations
Color information
#8955FA (or 0x8955FA) is known color: Medium Slate Blue. HEX triplet: 89, 55 and FA. RGB value is (137,85,250). Sum of RGB (Red+Green+Blue) = 137+85+250=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #8955FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8955FA is #76AA05. Grayscale: #767676. Windows color (decimal): -7776774 or 16405897. OLE color: 16405897.
HSL color Cylindrical-coordinate representation of color #8955FA: hue angle of 258.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8955FA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 85 | 250 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.02 |
| HSL | 258.91º | 0.94% | 0.66% | - |
| HSV(B) | 258.91º | 0.66% | 0.98% | - |
| XYZ | 30.82 | 18.72 | 92.43 | - |
| YUV | 119.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 250 | 0.45 | 0.66 | 0 | 0.02 | 258.91 | 0.94 | 0.66 |
| Hex | 89 | 55 | FA | 2D | 42 | 0 | 2 | 103 | 5E | 42 |
| Octal | 211 | 125 | 372 | 55 | 102 | 0 | 2 | 403 | 136 | 102 |
| Binary | 10001001 | 1010101 | 11111010 | 101101 | 1000010 | 0 | 10 | 100000011 | 1011110 | 1000010 |
Color Harmonies of #8955FA
Complementary color
Monochromatic Colors of #8955FA
Black with #8955FA
Text Example
Text Example
White with #8955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955FA; }
p { color: rgb(137,85,250); }
H1.HeaderClassName
{
color: #8955FA;
}
.AnyTagClassName
{
color: #8955FA;
}
</style>
background-color css
<style>
a { background-color: #8955FA; }
a { background-color: rgb(137,85,250); }
div.DivClassName
{
background-color: #8955FA;
}
.BgClassName
{
background-color: #8955FA;
}
</style>
border-color css
<style>
span { border-color: #8955FA; }
span { border-color: rgb(137,85,250); }
td.TdClassName
{
border-color: #8955FA;
}
.TagClassName
{
border-color: #8955FA;
}
</style>