Shades of Moody Blue #816EDA
Tints of Moody Blue #816EDA
RGB
CMYK
RGB Variations
Color information
#816EDA (or 0x816EDA) is known color: Moody Blue. HEX triplet: 81, 6E and DA. RGB value is (129,110,218). Sum of RGB (Red+Green+Blue) = 129+110+218=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #816EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EDA is #7E9125. Grayscale: #7F7F7F. Windows color (decimal): -8294694 or 14315137. OLE color: 14315137.
HSL color Cylindrical-coordinate representation of color #816EDA: hue angle of 250.56º 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 #816EDA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 110 | 218 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.15 |
| HSL | 250.56º | 0.59% | 0.64% | - |
| HSV(B) | 250.56º | 0.5% | 0.85% | - |
| XYZ | 27.28 | 20.88 | 68.92 | - |
| YUV | 127.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 218 | 0.41 | 0.50 | 0 | 0.15 | 250.56 | 0.59 | 0.64 |
| Hex | 81 | 6E | DA | 29 | 32 | 0 | F | FB | 3B | 40 |
| Octal | 201 | 156 | 332 | 51 | 62 | 0 | 17 | 373 | 73 | 100 |
| Binary | 10000001 | 1101110 | 11011010 | 101001 | 110010 | 0 | 1111 | 11111011 | 111011 | 1000000 |
Color Harmonies of #816EDA
Complementary color
Monochromatic Colors of #816EDA
Black with #816EDA
Text Example
Text Example
White with #816EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EDA; }
p { color: rgb(129,110,218); }
H1.HeaderClassName
{
color: #816EDA;
}
.AnyTagClassName
{
color: #816EDA;
}
</style>
background-color css
<style>
a { background-color: #816EDA; }
a { background-color: rgb(129,110,218); }
div.DivClassName
{
background-color: #816EDA;
}
.BgClassName
{
background-color: #816EDA;
}
</style>
border-color css
<style>
span { border-color: #816EDA; }
span { border-color: rgb(129,110,218); }
td.TdClassName
{
border-color: #816EDA;
}
.TagClassName
{
border-color: #816EDA;
}
</style>