Shades of Medium Slate Blue #816EEB
Tints of Medium Slate Blue #816EEB
RGB
CMYK
RGB Variations
Color information
#816EEB (or 0x816EEB) is known color: Medium Slate Blue. HEX triplet: 81, 6E and EB. RGB value is (129,110,235). Sum of RGB (Red+Green+Blue) = 129+110+235=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #816EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816EEB is #7E9114. Grayscale: #818181. Windows color (decimal): -8294677 or 15429249. OLE color: 15429249.
HSL color Cylindrical-coordinate representation of color #816EEB: hue angle of 249.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #816EEB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 110 | 235 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.08 |
| HSL | 249.12º | 0.76% | 0.68% | - |
| HSV(B) | 249.12º | 0.53% | 0.92% | - |
| XYZ | 29.62 | 21.82 | 81.25 | - |
| YUV | 129.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 235 | 0.45 | 0.53 | 0 | 0.08 | 249.12 | 0.76 | 0.68 |
| Hex | 81 | 6E | EB | 2D | 35 | 0 | 8 | F9 | 4C | 44 |
| Octal | 201 | 156 | 353 | 55 | 65 | 0 | 10 | 371 | 114 | 104 |
| Binary | 10000001 | 1101110 | 11101011 | 101101 | 110101 | 0 | 1000 | 11111001 | 1001100 | 1000100 |
Color Harmonies of #816EEB
Complementary color
Monochromatic Colors of #816EEB
Black with #816EEB
Text Example
Text Example
White with #816EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EEB; }
p { color: rgb(129,110,235); }
H1.HeaderClassName
{
color: #816EEB;
}
.AnyTagClassName
{
color: #816EEB;
}
</style>
background-color css
<style>
a { background-color: #816EEB; }
a { background-color: rgb(129,110,235); }
div.DivClassName
{
background-color: #816EEB;
}
.BgClassName
{
background-color: #816EEB;
}
</style>
border-color css
<style>
span { border-color: #816EEB; }
span { border-color: rgb(129,110,235); }
td.TdClassName
{
border-color: #816EEB;
}
.TagClassName
{
border-color: #816EEB;
}
</style>