Shades of Moody Blue #816DD9
Tints of Moody Blue #816DD9
RGB
CMYK
RGB Variations
Color information
#816DD9 (or 0x816DD9) is known color: Moody Blue. HEX triplet: 81, 6D and D9. RGB value is (129,109,217). Sum of RGB (Red+Green+Blue) = 129+109+217=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #816DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DD9 is #7E9226. Grayscale: #7E7E7E. Windows color (decimal): -8294951 or 14249345. OLE color: 14249345.
HSL color Cylindrical-coordinate representation of color #816DD9: hue angle of 251.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816DD9 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 109 | 217 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.15 |
| HSL | 251.11º | 0.59% | 0.64% | - |
| HSV(B) | 251.11º | 0.5% | 0.85% | - |
| XYZ | 27.05 | 20.61 | 68.2 | - |
| YUV | 127.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 217 | 0.41 | 0.50 | 0 | 0.15 | 251.11 | 0.59 | 0.64 |
| Hex | 81 | 6D | D9 | 29 | 32 | 0 | F | FB | 3B | 40 |
| Octal | 201 | 155 | 331 | 51 | 62 | 0 | 17 | 373 | 73 | 100 |
| Binary | 10000001 | 1101101 | 11011001 | 101001 | 110010 | 0 | 1111 | 11111011 | 111011 | 1000000 |
Color Harmonies of #816DD9
Complementary color
Monochromatic Colors of #816DD9
Black with #816DD9
Text Example
Text Example
White with #816DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DD9; }
p { color: rgb(129,109,217); }
H1.HeaderClassName
{
color: #816DD9;
}
.AnyTagClassName
{
color: #816DD9;
}
</style>
background-color css
<style>
a { background-color: #816DD9; }
a { background-color: rgb(129,109,217); }
div.DivClassName
{
background-color: #816DD9;
}
.BgClassName
{
background-color: #816DD9;
}
</style>
border-color css
<style>
span { border-color: #816DD9; }
span { border-color: rgb(129,109,217); }
td.TdClassName
{
border-color: #816DD9;
}
.TagClassName
{
border-color: #816DD9;
}
</style>