Shades of Moody Blue #8079B9
Tints of Moody Blue #8079B9
RGB
CMYK
RGB Variations
Color information
#8079B9 (or 0x8079B9) is known color: Moody Blue. HEX triplet: 80, 79 and B9. RGB value is (128,121,185). Sum of RGB (Red+Green+Blue) = 128+121+185=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #8079B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079B9 is #7F8646. Grayscale: #828282. Windows color (decimal): -8357447 or 12155264. OLE color: 12155264.
HSL color Cylindrical-coordinate representation of color #8079B9: hue angle of 246.56º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8079B9 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 121 | 185 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.27 |
| HSL | 246.56º | 0.31% | 0.6% | - |
| HSV(B) | 246.56º | 0.35% | 0.73% | - |
| XYZ | 24.5 | 21.77 | 48.81 | - |
| YUV | 130.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 185 | 0.31 | 0.35 | 0 | 0.27 | 246.56 | 0.31 | 0.6 |
| Hex | 80 | 79 | B9 | 1F | 23 | 0 | 1B | F7 | 1F | 3C |
| Octal | 200 | 171 | 271 | 37 | 43 | 0 | 33 | 367 | 37 | 74 |
| Binary | 10000000 | 1111001 | 10111001 | 11111 | 100011 | 0 | 11011 | 11110111 | 11111 | 111100 |
Color Harmonies of #8079B9
Complementary color
Monochromatic Colors of #8079B9
Black with #8079B9
Text Example
Text Example
White with #8079B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079B9; }
p { color: rgb(128,121,185); }
H1.HeaderClassName
{
color: #8079B9;
}
.AnyTagClassName
{
color: #8079B9;
}
</style>
background-color css
<style>
a { background-color: #8079B9; }
a { background-color: rgb(128,121,185); }
div.DivClassName
{
background-color: #8079B9;
}
.BgClassName
{
background-color: #8079B9;
}
</style>
border-color css
<style>
span { border-color: #8079B9; }
span { border-color: rgb(128,121,185); }
td.TdClassName
{
border-color: #8079B9;
}
.TagClassName
{
border-color: #8079B9;
}
</style>