Shades of Moody Blue #816EC1
Tints of Moody Blue #816EC1
RGB
CMYK
RGB Variations
Color information
#816EC1 (or 0x816EC1) is known color: Moody Blue. HEX triplet: 81, 6E and C1. RGB value is (129,110,193). Sum of RGB (Red+Green+Blue) = 129+110+193=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #816EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EC1 is #7E913E. Grayscale: #7C7C7C. Windows color (decimal): -8294719 or 12676737. OLE color: 12676737.
HSL color Cylindrical-coordinate representation of color #816EC1: hue angle of 253.73º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816EC1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 110 | 193 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.24 |
| HSL | 253.73º | 0.4% | 0.59% | - |
| HSV(B) | 253.73º | 0.43% | 0.76% | - |
| XYZ | 24.25 | 19.67 | 52.97 | - |
| YUV | 125.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 193 | 0.33 | 0.43 | 0 | 0.24 | 253.73 | 0.4 | 0.59 |
| Hex | 81 | 6E | C1 | 21 | 2B | 0 | 18 | FE | 28 | 3B |
| Octal | 201 | 156 | 301 | 41 | 53 | 0 | 30 | 376 | 50 | 73 |
| Binary | 10000001 | 1101110 | 11000001 | 100001 | 101011 | 0 | 11000 | 11111110 | 101000 | 111011 |
Color Harmonies of #816EC1
Complementary color
Monochromatic Colors of #816EC1
Black with #816EC1
Text Example
Text Example
White with #816EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EC1; }
p { color: rgb(129,110,193); }
H1.HeaderClassName
{
color: #816EC1;
}
.AnyTagClassName
{
color: #816EC1;
}
</style>
background-color css
<style>
a { background-color: #816EC1; }
a { background-color: rgb(129,110,193); }
div.DivClassName
{
background-color: #816EC1;
}
.BgClassName
{
background-color: #816EC1;
}
</style>
border-color css
<style>
span { border-color: #816EC1; }
span { border-color: rgb(129,110,193); }
td.TdClassName
{
border-color: #816EC1;
}
.TagClassName
{
border-color: #816EC1;
}
</style>