Shades of Moody Blue #806DB9
Tints of Moody Blue #806DB9
RGB
CMYK
RGB Variations
Color information
#806DB9 (or 0x806DB9) is known color: Moody Blue. HEX triplet: 80, 6D and B9. RGB value is (128,109,185). Sum of RGB (Red+Green+Blue) = 128+109+185=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #806DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DB9 is #7F9246. Grayscale: #7B7B7B. Windows color (decimal): -8360519 or 12152192. OLE color: 12152192.
HSL color Cylindrical-coordinate representation of color #806DB9: hue angle of 255º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806DB9 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 109 | 185 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.27 |
| HSL | 255º | 0.35% | 0.58% | - |
| HSV(B) | 255º | 0.41% | 0.73% | - |
| XYZ | 23.13 | 19.03 | 48.35 | - |
| YUV | 123.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 185 | 0.31 | 0.41 | 0 | 0.27 | 255 | 0.35 | 0.58 |
| Hex | 80 | 6D | B9 | 1F | 29 | 0 | 1B | FF | 23 | 3A |
| Octal | 200 | 155 | 271 | 37 | 51 | 0 | 33 | 377 | 43 | 72 |
| Binary | 10000000 | 1101101 | 10111001 | 11111 | 101001 | 0 | 11011 | 11111111 | 100011 | 111010 |
Color Harmonies of #806DB9
Complementary color
Monochromatic Colors of #806DB9
Black with #806DB9
Text Example
Text Example
White with #806DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DB9; }
p { color: rgb(128,109,185); }
H1.HeaderClassName
{
color: #806DB9;
}
.AnyTagClassName
{
color: #806DB9;
}
</style>
background-color css
<style>
a { background-color: #806DB9; }
a { background-color: rgb(128,109,185); }
div.DivClassName
{
background-color: #806DB9;
}
.BgClassName
{
background-color: #806DB9;
}
</style>
border-color css
<style>
span { border-color: #806DB9; }
span { border-color: rgb(128,109,185); }
td.TdClassName
{
border-color: #806DB9;
}
.TagClassName
{
border-color: #806DB9;
}
</style>