Shades of Moody Blue #816FBD
Tints of Moody Blue #816FBD
RGB
CMYK
RGB Variations
Color information
#816FBD (or 0x816FBD) is known color: Moody Blue. HEX triplet: 81, 6F and BD. RGB value is (129,111,189). Sum of RGB (Red+Green+Blue) = 129+111+189=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #816FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FBD is #7E9042. Grayscale: #7C7C7C. Windows color (decimal): -8294467 or 12414849. OLE color: 12414849.
HSL color Cylindrical-coordinate representation of color #816FBD: hue angle of 253.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816FBD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 111 | 189 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.26 |
| HSL | 253.85º | 0.37% | 0.59% | - |
| HSV(B) | 253.85º | 0.41% | 0.74% | - |
| XYZ | 23.92 | 19.71 | 50.69 | - |
| YUV | 125.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 189 | 0.32 | 0.41 | 0 | 0.26 | 253.85 | 0.37 | 0.59 |
| Hex | 81 | 6F | BD | 20 | 29 | 0 | 1A | FE | 25 | 3B |
| Octal | 201 | 157 | 275 | 40 | 51 | 0 | 32 | 376 | 45 | 73 |
| Binary | 10000001 | 1101111 | 10111101 | 100000 | 101001 | 0 | 11010 | 11111110 | 100101 | 111011 |
Color Harmonies of #816FBD
Complementary color
Monochromatic Colors of #816FBD
Black with #816FBD
Text Example
Text Example
White with #816FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FBD; }
p { color: rgb(129,111,189); }
H1.HeaderClassName
{
color: #816FBD;
}
.AnyTagClassName
{
color: #816FBD;
}
</style>
background-color css
<style>
a { background-color: #816FBD; }
a { background-color: rgb(129,111,189); }
div.DivClassName
{
background-color: #816FBD;
}
.BgClassName
{
background-color: #816FBD;
}
</style>
border-color css
<style>
span { border-color: #816FBD; }
span { border-color: rgb(129,111,189); }
td.TdClassName
{
border-color: #816FBD;
}
.TagClassName
{
border-color: #816FBD;
}
</style>