Shades of Medium Slate Blue #8950FA
Tints of Medium Slate Blue #8950FA
RGB
CMYK
RGB Variations
Color information
#8950FA (or 0x8950FA) is known color: Medium Slate Blue. HEX triplet: 89, 50 and FA. RGB value is (137,80,250). Sum of RGB (Red+Green+Blue) = 137+80+250=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8950FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8950FA is #76AF05. Grayscale: #737373. Windows color (decimal): -7778054 or 16404617. OLE color: 16404617.
HSL color Cylindrical-coordinate representation of color #8950FA: hue angle of 260.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8950FA is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 80 | 250 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.02 |
| HSL | 260.12º | 0.94% | 0.65% | - |
| HSV(B) | 260.12º | 0.68% | 0.98% | - |
| XYZ | 30.44 | 17.96 | 92.3 | - |
| YUV | 116.42 | 203.38 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 250 | 0.45 | 0.68 | 0 | 0.02 | 260.12 | 0.94 | 0.65 |
| Hex | 89 | 50 | FA | 2D | 44 | 0 | 2 | 104 | 5E | 41 |
| Octal | 211 | 120 | 372 | 55 | 104 | 0 | 2 | 404 | 136 | 101 |
| Binary | 10001001 | 1010000 | 11111010 | 101101 | 1000100 | 0 | 10 | 100000100 | 1011110 | 1000001 |
Color Harmonies of #8950FA
Complementary color
Monochromatic Colors of #8950FA
Black with #8950FA
Text Example
Text Example
White with #8950FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950FA; }
p { color: rgb(137,80,250); }
H1.HeaderClassName
{
color: #8950FA;
}
.AnyTagClassName
{
color: #8950FA;
}
</style>
background-color css
<style>
a { background-color: #8950FA; }
a { background-color: rgb(137,80,250); }
div.DivClassName
{
background-color: #8950FA;
}
.BgClassName
{
background-color: #8950FA;
}
</style>
border-color css
<style>
span { border-color: #8950FA; }
span { border-color: rgb(137,80,250); }
td.TdClassName
{
border-color: #8950FA;
}
.TagClassName
{
border-color: #8950FA;
}
</style>