Shades of Moody Blue #816ED5
Tints of Moody Blue #816ED5
RGB
CMYK
RGB Variations
Color information
#816ED5 (or 0x816ED5) is known color: Moody Blue. HEX triplet: 81, 6E and D5. RGB value is (129,110,213). Sum of RGB (Red+Green+Blue) = 129+110+213=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #816ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ED5 is #7E912A. Grayscale: #7F7F7F. Windows color (decimal): -8294699 or 13987457. OLE color: 13987457.
HSL color Cylindrical-coordinate representation of color #816ED5: hue angle of 251.07º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #816ED5 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 110 | 213 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.16 |
| HSL | 251.07º | 0.55% | 0.63% | - |
| HSV(B) | 251.07º | 0.48% | 0.84% | - |
| XYZ | 26.64 | 20.62 | 65.53 | - |
| YUV | 127.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 213 | 0.39 | 0.48 | 0 | 0.16 | 251.07 | 0.55 | 0.63 |
| Hex | 81 | 6E | D5 | 27 | 30 | 0 | 10 | FB | 37 | 3F |
| Octal | 201 | 156 | 325 | 47 | 60 | 0 | 20 | 373 | 67 | 77 |
| Binary | 10000001 | 1101110 | 11010101 | 100111 | 110000 | 0 | 10000 | 11111011 | 110111 | 111111 |
Color Harmonies of #816ED5
Complementary color
Monochromatic Colors of #816ED5
Black with #816ED5
Text Example
Text Example
White with #816ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816ED5; }
p { color: rgb(129,110,213); }
H1.HeaderClassName
{
color: #816ED5;
}
.AnyTagClassName
{
color: #816ED5;
}
</style>
background-color css
<style>
a { background-color: #816ED5; }
a { background-color: rgb(129,110,213); }
div.DivClassName
{
background-color: #816ED5;
}
.BgClassName
{
background-color: #816ED5;
}
</style>
border-color css
<style>
span { border-color: #816ED5; }
span { border-color: rgb(129,110,213); }
td.TdClassName
{
border-color: #816ED5;
}
.TagClassName
{
border-color: #816ED5;
}
</style>