Shades of Medium Slate Blue #8951F1
Tints of Medium Slate Blue #8951F1
RGB
CMYK
RGB Variations
Color information
#8951F1 (or 0x8951F1) is known color: Medium Slate Blue. HEX triplet: 89, 51 and F1. RGB value is (137,81,241). Sum of RGB (Red+Green+Blue) = 137+81+241=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #8951F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8951F1 is #76AE0E. Grayscale: #737373. Windows color (decimal): -7777807 or 15815049. OLE color: 15815049.
HSL color Cylindrical-coordinate representation of color #8951F1: hue angle of 261º 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 #8951F1 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 81 | 241 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.05 |
| HSL | 261º | 0.85% | 0.63% | - |
| HSV(B) | 261º | 0.66% | 0.95% | - |
| XYZ | 29.14 | 17.55 | 85.07 | - |
| YUV | 115.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 241 | 0.43 | 0.66 | 0 | 0.05 | 261 | 0.85 | 0.63 |
| Hex | 89 | 51 | F1 | 2B | 42 | 0 | 5 | 105 | 55 | 3F |
| Octal | 211 | 121 | 361 | 53 | 102 | 0 | 5 | 405 | 125 | 77 |
| Binary | 10001001 | 1010001 | 11110001 | 101011 | 1000010 | 0 | 101 | 100000101 | 1010101 | 111111 |
Color Harmonies of #8951F1
Complementary color
Monochromatic Colors of #8951F1
Black with #8951F1
Text Example
Text Example
White with #8951F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951F1; }
p { color: rgb(137,81,241); }
H1.HeaderClassName
{
color: #8951F1;
}
.AnyTagClassName
{
color: #8951F1;
}
</style>
background-color css
<style>
a { background-color: #8951F1; }
a { background-color: rgb(137,81,241); }
div.DivClassName
{
background-color: #8951F1;
}
.BgClassName
{
background-color: #8951F1;
}
</style>
border-color css
<style>
span { border-color: #8951F1; }
span { border-color: rgb(137,81,241); }
td.TdClassName
{
border-color: #8951F1;
}
.TagClassName
{
border-color: #8951F1;
}
</style>