Shades of Medium Slate Blue #8949FF
Tints of Medium Slate Blue #8949FF
RGB
CMYK
RGB Variations
Color information
#8949FF (or 0x8949FF) is known color: Medium Slate Blue. HEX triplet: 89, 49 and FF. RGB value is (137,73,255). Sum of RGB (Red+Green+Blue) = 137+73+255=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #8949FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8949FF is #76B600. Grayscale: #707070. Windows color (decimal): -7779841 or 16730505. OLE color: 16730505.
HSL color Cylindrical-coordinate representation of color #8949FF: hue angle of 261.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8949FF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 73 | 255 | - |
| CMYK | 0.46 | 0.71 | 0 | 0 |
| HSL | 261.1º | 1% | 0.64% | - |
| HSV(B) | 261.1º | 0.71% | 1% | - |
| XYZ | 30.75 | 17.3 | 96.33 | - |
| YUV | 112.88 | 208.2 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 255 | 0.46 | 0.71 | 0 | 0 | 261.1 | 1 | 0.64 |
| Hex | 89 | 49 | FF | 2E | 47 | 0 | 0 | 105 | 64 | 40 |
| Octal | 211 | 111 | 377 | 56 | 107 | 0 | 0 | 405 | 144 | 100 |
| Binary | 10001001 | 1001001 | 11111111 | 101110 | 1000111 | 0 | 0 | 100000101 | 1100100 | 1000000 |
Color Harmonies of #8949FF
Complementary color
Monochromatic Colors of #8949FF
Black with #8949FF
Text Example
Text Example
White with #8949FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949FF; }
p { color: rgb(137,73,255); }
H1.HeaderClassName
{
color: #8949FF;
}
.AnyTagClassName
{
color: #8949FF;
}
</style>
background-color css
<style>
a { background-color: #8949FF; }
a { background-color: rgb(137,73,255); }
div.DivClassName
{
background-color: #8949FF;
}
.BgClassName
{
background-color: #8949FF;
}
</style>
border-color css
<style>
span { border-color: #8949FF; }
span { border-color: rgb(137,73,255); }
td.TdClassName
{
border-color: #8949FF;
}
.TagClassName
{
border-color: #8949FF;
}
</style>