Shades of Medium Slate Blue #8952F1
Tints of Medium Slate Blue #8952F1
RGB
CMYK
RGB Variations
Color information
#8952F1 (or 0x8952F1) is known color: Medium Slate Blue. HEX triplet: 89, 52 and F1. RGB value is (137,82,241). Sum of RGB (Red+Green+Blue) = 137+82+241=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #8952F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8952F1 is #76AD0E. Grayscale: #737373. Windows color (decimal): -7777551 or 15815305. OLE color: 15815305.
HSL color Cylindrical-coordinate representation of color #8952F1: hue angle of 260.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8952F1 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 82 | 241 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.05 |
| HSL | 260.75º | 0.85% | 0.63% | - |
| HSV(B) | 260.75º | 0.66% | 0.95% | - |
| XYZ | 29.21 | 17.7 | 85.1 | - |
| YUV | 116.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 241 | 0.43 | 0.66 | 0 | 0.05 | 260.75 | 0.85 | 0.63 |
| Hex | 89 | 52 | F1 | 2B | 42 | 0 | 5 | 105 | 55 | 3F |
| Octal | 211 | 122 | 361 | 53 | 102 | 0 | 5 | 405 | 125 | 77 |
| Binary | 10001001 | 1010010 | 11110001 | 101011 | 1000010 | 0 | 101 | 100000101 | 1010101 | 111111 |
Color Harmonies of #8952F1
Complementary color
Monochromatic Colors of #8952F1
Black with #8952F1
Text Example
Text Example
White with #8952F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952F1; }
p { color: rgb(137,82,241); }
H1.HeaderClassName
{
color: #8952F1;
}
.AnyTagClassName
{
color: #8952F1;
}
</style>
background-color css
<style>
a { background-color: #8952F1; }
a { background-color: rgb(137,82,241); }
div.DivClassName
{
background-color: #8952F1;
}
.BgClassName
{
background-color: #8952F1;
}
</style>
border-color css
<style>
span { border-color: #8952F1; }
span { border-color: rgb(137,82,241); }
td.TdClassName
{
border-color: #8952F1;
}
.TagClassName
{
border-color: #8952F1;
}
</style>