Shades of Medium Slate Blue #816EE4
Tints of Medium Slate Blue #816EE4
RGB
CMYK
RGB Variations
Color information
#816EE4 (or 0x816EE4) is known color: Medium Slate Blue. HEX triplet: 81, 6E and E4. RGB value is (129,110,228). Sum of RGB (Red+Green+Blue) = 129+110+228=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #816EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EE4 is #7E911B. Grayscale: #808080. Windows color (decimal): -8294684 or 14970497. OLE color: 14970497.
HSL color Cylindrical-coordinate representation of color #816EE4: hue angle of 249.66º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816EE4 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 110 | 228 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.11 |
| HSL | 249.66º | 0.69% | 0.66% | - |
| HSV(B) | 249.66º | 0.52% | 0.89% | - |
| XYZ | 28.63 | 21.42 | 76.02 | - |
| YUV | 129.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 228 | 0.43 | 0.52 | 0 | 0.11 | 249.66 | 0.69 | 0.66 |
| Hex | 81 | 6E | E4 | 2B | 34 | 0 | B | FA | 45 | 42 |
| Octal | 201 | 156 | 344 | 53 | 64 | 0 | 13 | 372 | 105 | 102 |
| Binary | 10000001 | 1101110 | 11100100 | 101011 | 110100 | 0 | 1011 | 11111010 | 1000101 | 1000010 |
Color Harmonies of #816EE4
Complementary color
Monochromatic Colors of #816EE4
Black with #816EE4
Text Example
Text Example
White with #816EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EE4; }
p { color: rgb(129,110,228); }
H1.HeaderClassName
{
color: #816EE4;
}
.AnyTagClassName
{
color: #816EE4;
}
</style>
background-color css
<style>
a { background-color: #816EE4; }
a { background-color: rgb(129,110,228); }
div.DivClassName
{
background-color: #816EE4;
}
.BgClassName
{
background-color: #816EE4;
}
</style>
border-color css
<style>
span { border-color: #816EE4; }
span { border-color: rgb(129,110,228); }
td.TdClassName
{
border-color: #816EE4;
}
.TagClassName
{
border-color: #816EE4;
}
</style>