Shades of Medium Slate Blue #816ADD
Tints of Medium Slate Blue #816ADD
RGB
CMYK
RGB Variations
Color information
#816ADD (or 0x816ADD) is known color: Medium Slate Blue. HEX triplet: 81, 6A and DD. RGB value is (129,106,221). Sum of RGB (Red+Green+Blue) = 129+106+221=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #816ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ADD is #7E9522. Grayscale: #7D7D7D. Windows color (decimal): -8295715 or 14510721. OLE color: 14510721.
HSL color Cylindrical-coordinate representation of color #816ADD: hue angle of 252º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816ADD is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 106 | 221 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.13 |
| HSL | 252º | 0.63% | 0.64% | - |
| HSV(B) | 252º | 0.52% | 0.87% | - |
| XYZ | 27.26 | 20.2 | 70.87 | - |
| YUV | 125.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 221 | 0.42 | 0.52 | 0 | 0.13 | 252 | 0.63 | 0.64 |
| Hex | 81 | 6A | DD | 2A | 34 | 0 | D | FC | 3F | 40 |
| Octal | 201 | 152 | 335 | 52 | 64 | 0 | 15 | 374 | 77 | 100 |
| Binary | 10000001 | 1101010 | 11011101 | 101010 | 110100 | 0 | 1101 | 11111100 | 111111 | 1000000 |
Color Harmonies of #816ADD
Complementary color
Monochromatic Colors of #816ADD
Black with #816ADD
Text Example
Text Example
White with #816ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816ADD; }
p { color: rgb(129,106,221); }
H1.HeaderClassName
{
color: #816ADD;
}
.AnyTagClassName
{
color: #816ADD;
}
</style>
background-color css
<style>
a { background-color: #816ADD; }
a { background-color: rgb(129,106,221); }
div.DivClassName
{
background-color: #816ADD;
}
.BgClassName
{
background-color: #816ADD;
}
</style>
border-color css
<style>
span { border-color: #816ADD; }
span { border-color: rgb(129,106,221); }
td.TdClassName
{
border-color: #816ADD;
}
.TagClassName
{
border-color: #816ADD;
}
</style>