Shades of Medium Slate Blue #816DED
Tints of Medium Slate Blue #816DED
RGB
CMYK
RGB Variations
Color information
#816DED (or 0x816DED) is known color: Medium Slate Blue. HEX triplet: 81, 6D and ED. RGB value is (129,109,237). Sum of RGB (Red+Green+Blue) = 129+109+237=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #816DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DED is #7E9212. Grayscale: #818181. Windows color (decimal): -8294931 or 15560065. OLE color: 15560065.
HSL color Cylindrical-coordinate representation of color #816DED: hue angle of 249.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #816DED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 109 | 237 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.07 |
| HSL | 249.38º | 0.78% | 0.68% | - |
| HSV(B) | 249.38º | 0.54% | 0.93% | - |
| XYZ | 29.81 | 21.72 | 82.74 | - |
| YUV | 129.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 237 | 0.46 | 0.54 | 0 | 0.07 | 249.38 | 0.78 | 0.68 |
| Hex | 81 | 6D | ED | 2E | 36 | 0 | 7 | F9 | 4E | 44 |
| Octal | 201 | 155 | 355 | 56 | 66 | 0 | 7 | 371 | 116 | 104 |
| Binary | 10000001 | 1101101 | 11101101 | 101110 | 110110 | 0 | 111 | 11111001 | 1001110 | 1000100 |
Color Harmonies of #816DED
Complementary color
Monochromatic Colors of #816DED
Black with #816DED
Text Example
Text Example
White with #816DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DED; }
p { color: rgb(129,109,237); }
H1.HeaderClassName
{
color: #816DED;
}
.AnyTagClassName
{
color: #816DED;
}
</style>
background-color css
<style>
a { background-color: #816DED; }
a { background-color: rgb(129,109,237); }
div.DivClassName
{
background-color: #816DED;
}
.BgClassName
{
background-color: #816DED;
}
</style>
border-color css
<style>
span { border-color: #816DED; }
span { border-color: rgb(129,109,237); }
td.TdClassName
{
border-color: #816DED;
}
.TagClassName
{
border-color: #816DED;
}
</style>