Shades of Medium Slate Blue #816DEA
Tints of Medium Slate Blue #816DEA
RGB
CMYK
RGB Variations
Color information
#816DEA (or 0x816DEA) is known color: Medium Slate Blue. HEX triplet: 81, 6D and EA. RGB value is (129,109,234). Sum of RGB (Red+Green+Blue) = 129+109+234=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #816DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DEA is #7E9215. Grayscale: #808080. Windows color (decimal): -8294934 or 15363457. OLE color: 15363457.
HSL color Cylindrical-coordinate representation of color #816DEA: hue angle of 249.6º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #816DEA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 109 | 234 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.08 |
| HSL | 249.6º | 0.75% | 0.67% | - |
| HSV(B) | 249.6º | 0.53% | 0.92% | - |
| XYZ | 29.37 | 21.54 | 80.45 | - |
| YUV | 129.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 234 | 0.45 | 0.53 | 0 | 0.08 | 249.6 | 0.75 | 0.67 |
| Hex | 81 | 6D | EA | 2D | 35 | 0 | 8 | FA | 4B | 43 |
| Octal | 201 | 155 | 352 | 55 | 65 | 0 | 10 | 372 | 113 | 103 |
| Binary | 10000001 | 1101101 | 11101010 | 101101 | 110101 | 0 | 1000 | 11111010 | 1001011 | 1000011 |
Color Harmonies of #816DEA
Complementary color
Monochromatic Colors of #816DEA
Black with #816DEA
Text Example
Text Example
White with #816DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DEA; }
p { color: rgb(129,109,234); }
H1.HeaderClassName
{
color: #816DEA;
}
.AnyTagClassName
{
color: #816DEA;
}
</style>
background-color css
<style>
a { background-color: #816DEA; }
a { background-color: rgb(129,109,234); }
div.DivClassName
{
background-color: #816DEA;
}
.BgClassName
{
background-color: #816DEA;
}
</style>
border-color css
<style>
span { border-color: #816DEA; }
span { border-color: rgb(129,109,234); }
td.TdClassName
{
border-color: #816DEA;
}
.TagClassName
{
border-color: #816DEA;
}
</style>