Shades of Medium Slate Blue #8953F1
Tints of Medium Slate Blue #8953F1
RGB
CMYK
RGB Variations
Color information
#8953F1 (or 0x8953F1) is known color: Medium Slate Blue. HEX triplet: 89, 53 and F1. RGB value is (137,83,241). Sum of RGB (Red+Green+Blue) = 137+83+241=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #8953F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953F1 is #76AC0E. Grayscale: #747474. Windows color (decimal): -7777295 or 15815561. OLE color: 15815561.
HSL color Cylindrical-coordinate representation of color #8953F1: hue angle of 260.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8953F1 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 83 | 241 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.05 |
| HSL | 260.51º | 0.85% | 0.64% | - |
| HSV(B) | 260.51º | 0.66% | 0.95% | - |
| XYZ | 29.29 | 17.86 | 85.12 | - |
| YUV | 117.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 241 | 0.43 | 0.66 | 0 | 0.05 | 260.51 | 0.85 | 0.64 |
| Hex | 89 | 53 | F1 | 2B | 42 | 0 | 5 | 105 | 55 | 40 |
| Octal | 211 | 123 | 361 | 53 | 102 | 0 | 5 | 405 | 125 | 100 |
| Binary | 10001001 | 1010011 | 11110001 | 101011 | 1000010 | 0 | 101 | 100000101 | 1010101 | 1000000 |
Color Harmonies of #8953F1
Complementary color
Monochromatic Colors of #8953F1
Black with #8953F1
Text Example
Text Example
White with #8953F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953F1; }
p { color: rgb(137,83,241); }
H1.HeaderClassName
{
color: #8953F1;
}
.AnyTagClassName
{
color: #8953F1;
}
</style>
background-color css
<style>
a { background-color: #8953F1; }
a { background-color: rgb(137,83,241); }
div.DivClassName
{
background-color: #8953F1;
}
.BgClassName
{
background-color: #8953F1;
}
</style>
border-color css
<style>
span { border-color: #8953F1; }
span { border-color: rgb(137,83,241); }
td.TdClassName
{
border-color: #8953F1;
}
.TagClassName
{
border-color: #8953F1;
}
</style>