Shades of Moody Blue #816ACE
Tints of Moody Blue #816ACE
RGB
CMYK
RGB Variations
Color information
#816ACE (or 0x816ACE) is known color: Moody Blue. HEX triplet: 81, 6A and CE. RGB value is (129,106,206). Sum of RGB (Red+Green+Blue) = 129+106+206=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #816ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ACE is #7E9531. Grayscale: #7B7B7B. Windows color (decimal): -8295730 or 13527681. OLE color: 13527681.
HSL color Cylindrical-coordinate representation of color #816ACE: hue angle of 253.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816ACE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 106 | 206 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.19 |
| HSL | 253.8º | 0.51% | 0.61% | - |
| HSV(B) | 253.8º | 0.49% | 0.81% | - |
| XYZ | 25.35 | 19.43 | 60.81 | - |
| YUV | 124.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 206 | 0.37 | 0.49 | 0 | 0.19 | 253.8 | 0.51 | 0.61 |
| Hex | 81 | 6A | CE | 25 | 31 | 0 | 13 | FE | 33 | 3D |
| Octal | 201 | 152 | 316 | 45 | 61 | 0 | 23 | 376 | 63 | 75 |
| Binary | 10000001 | 1101010 | 11001110 | 100101 | 110001 | 0 | 10011 | 11111110 | 110011 | 111101 |
Color Harmonies of #816ACE
Complementary color
Monochromatic Colors of #816ACE
Black with #816ACE
Text Example
Text Example
White with #816ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816ACE; }
p { color: rgb(129,106,206); }
H1.HeaderClassName
{
color: #816ACE;
}
.AnyTagClassName
{
color: #816ACE;
}
</style>
background-color css
<style>
a { background-color: #816ACE; }
a { background-color: rgb(129,106,206); }
div.DivClassName
{
background-color: #816ACE;
}
.BgClassName
{
background-color: #816ACE;
}
</style>
border-color css
<style>
span { border-color: #816ACE; }
span { border-color: rgb(129,106,206); }
td.TdClassName
{
border-color: #816ACE;
}
.TagClassName
{
border-color: #816ACE;
}
</style>