Shades of Medium Slate Blue #816BDA
Tints of Medium Slate Blue #816BDA
RGB
CMYK
RGB Variations
Color information
#816BDA (or 0x816BDA) is known color: Medium Slate Blue. HEX triplet: 81, 6B and DA. RGB value is (129,107,218). Sum of RGB (Red+Green+Blue) = 129+107+218=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #816BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BDA is #7E9425. Grayscale: #7D7D7D. Windows color (decimal): -8295462 or 14314369. OLE color: 14314369.
HSL color Cylindrical-coordinate representation of color #816BDA: hue angle of 251.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #816BDA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 107 | 218 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.15 |
| HSL | 251.89º | 0.6% | 0.64% | - |
| HSV(B) | 251.89º | 0.51% | 0.85% | - |
| XYZ | 26.97 | 20.24 | 68.82 | - |
| YUV | 126.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 218 | 0.41 | 0.51 | 0 | 0.15 | 251.89 | 0.6 | 0.64 |
| Hex | 81 | 6B | DA | 29 | 33 | 0 | F | FC | 3C | 40 |
| Octal | 201 | 153 | 332 | 51 | 63 | 0 | 17 | 374 | 74 | 100 |
| Binary | 10000001 | 1101011 | 11011010 | 101001 | 110011 | 0 | 1111 | 11111100 | 111100 | 1000000 |
Color Harmonies of #816BDA
Complementary color
Monochromatic Colors of #816BDA
Black with #816BDA
Text Example
Text Example
White with #816BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BDA; }
p { color: rgb(129,107,218); }
H1.HeaderClassName
{
color: #816BDA;
}
.AnyTagClassName
{
color: #816BDA;
}
</style>
background-color css
<style>
a { background-color: #816BDA; }
a { background-color: rgb(129,107,218); }
div.DivClassName
{
background-color: #816BDA;
}
.BgClassName
{
background-color: #816BDA;
}
</style>
border-color css
<style>
span { border-color: #816BDA; }
span { border-color: rgb(129,107,218); }
td.TdClassName
{
border-color: #816BDA;
}
.TagClassName
{
border-color: #816BDA;
}
</style>