Shades of Medium Slate Blue #816ADE
Tints of Medium Slate Blue #816ADE
RGB
CMYK
RGB Variations
Color information
#816ADE (or 0x816ADE) is known color: Medium Slate Blue. HEX triplet: 81, 6A and DE. RGB value is (129,106,222). Sum of RGB (Red+Green+Blue) = 129+106+222=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #816ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ADE is #7E9521. Grayscale: #7D7D7D. Windows color (decimal): -8295714 or 14576257. OLE color: 14576257.
HSL color Cylindrical-coordinate representation of color #816ADE: hue angle of 251.9º degrees, saturation: 0.64, 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 #816ADE is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 106 | 222 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.13 |
| HSL | 251.9º | 0.64% | 0.64% | - |
| HSV(B) | 251.9º | 0.52% | 0.87% | - |
| XYZ | 27.39 | 20.25 | 71.57 | - |
| YUV | 126.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 222 | 0.42 | 0.52 | 0 | 0.13 | 251.9 | 0.64 | 0.64 |
| Hex | 81 | 6A | DE | 2A | 34 | 0 | D | FC | 40 | 40 |
| Octal | 201 | 152 | 336 | 52 | 64 | 0 | 15 | 374 | 100 | 100 |
| Binary | 10000001 | 1101010 | 11011110 | 101010 | 110100 | 0 | 1101 | 11111100 | 1000000 | 1000000 |
Color Harmonies of #816ADE
Complementary color
Monochromatic Colors of #816ADE
Black with #816ADE
Text Example
Text Example
White with #816ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816ADE; }
p { color: rgb(129,106,222); }
H1.HeaderClassName
{
color: #816ADE;
}
.AnyTagClassName
{
color: #816ADE;
}
</style>
background-color css
<style>
a { background-color: #816ADE; }
a { background-color: rgb(129,106,222); }
div.DivClassName
{
background-color: #816ADE;
}
.BgClassName
{
background-color: #816ADE;
}
</style>
border-color css
<style>
span { border-color: #816ADE; }
span { border-color: rgb(129,106,222); }
td.TdClassName
{
border-color: #816ADE;
}
.TagClassName
{
border-color: #816ADE;
}
</style>