Shades of Moody Blue #816DBF
Tints of Moody Blue #816DBF
RGB
CMYK
RGB Variations
Color information
#816DBF (or 0x816DBF) is known color: Moody Blue. HEX triplet: 81, 6D and BF. RGB value is (129,109,191). Sum of RGB (Red+Green+Blue) = 129+109+191=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #816DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DBF is #7E9240. Grayscale: #7C7C7C. Windows color (decimal): -8294977 or 12545409. OLE color: 12545409.
HSL color Cylindrical-coordinate representation of color #816DBF: hue angle of 254.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816DBF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 109 | 191 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.25 |
| HSL | 254.63º | 0.39% | 0.59% | - |
| HSV(B) | 254.63º | 0.43% | 0.75% | - |
| XYZ | 23.93 | 19.37 | 51.77 | - |
| YUV | 124.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 191 | 0.32 | 0.43 | 0 | 0.25 | 254.63 | 0.39 | 0.59 |
| Hex | 81 | 6D | BF | 20 | 2B | 0 | 19 | FF | 27 | 3B |
| Octal | 201 | 155 | 277 | 40 | 53 | 0 | 31 | 377 | 47 | 73 |
| Binary | 10000001 | 1101101 | 10111111 | 100000 | 101011 | 0 | 11001 | 11111111 | 100111 | 111011 |
Color Harmonies of #816DBF
Complementary color
Monochromatic Colors of #816DBF
Black with #816DBF
Text Example
Text Example
White with #816DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DBF; }
p { color: rgb(129,109,191); }
H1.HeaderClassName
{
color: #816DBF;
}
.AnyTagClassName
{
color: #816DBF;
}
</style>
background-color css
<style>
a { background-color: #816DBF; }
a { background-color: rgb(129,109,191); }
div.DivClassName
{
background-color: #816DBF;
}
.BgClassName
{
background-color: #816DBF;
}
</style>
border-color css
<style>
span { border-color: #816DBF; }
span { border-color: rgb(129,109,191); }
td.TdClassName
{
border-color: #816DBF;
}
.TagClassName
{
border-color: #816DBF;
}
</style>