Shades of Medium Slate Blue #816DE0
Tints of Medium Slate Blue #816DE0
RGB
CMYK
RGB Variations
Color information
#816DE0 (or 0x816DE0) is known color: Medium Slate Blue. HEX triplet: 81, 6D and E0. RGB value is (129,109,224). Sum of RGB (Red+Green+Blue) = 129+109+224=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #816DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DE0 is #7E921F. Grayscale: #7F7F7F. Windows color (decimal): -8294944 or 14708097. OLE color: 14708097.
HSL color Cylindrical-coordinate representation of color #816DE0: hue angle of 250.43º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #816DE0 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 109 | 224 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.12 |
| HSL | 250.43º | 0.65% | 0.65% | - |
| HSV(B) | 250.43º | 0.51% | 0.88% | - |
| XYZ | 27.98 | 20.99 | 73.1 | - |
| YUV | 128.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 224 | 0.42 | 0.51 | 0 | 0.12 | 250.43 | 0.65 | 0.65 |
| Hex | 81 | 6D | E0 | 2A | 33 | 0 | C | FA | 41 | 41 |
| Octal | 201 | 155 | 340 | 52 | 63 | 0 | 14 | 372 | 101 | 101 |
| Binary | 10000001 | 1101101 | 11100000 | 101010 | 110011 | 0 | 1100 | 11111010 | 1000001 | 1000001 |
Color Harmonies of #816DE0
Complementary color
Monochromatic Colors of #816DE0
Black with #816DE0
Text Example
Text Example
White with #816DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DE0; }
p { color: rgb(129,109,224); }
H1.HeaderClassName
{
color: #816DE0;
}
.AnyTagClassName
{
color: #816DE0;
}
</style>
background-color css
<style>
a { background-color: #816DE0; }
a { background-color: rgb(129,109,224); }
div.DivClassName
{
background-color: #816DE0;
}
.BgClassName
{
background-color: #816DE0;
}
</style>
border-color css
<style>
span { border-color: #816DE0; }
span { border-color: rgb(129,109,224); }
td.TdClassName
{
border-color: #816DE0;
}
.TagClassName
{
border-color: #816DE0;
}
</style>