Shades of Moody Blue #8079BA
Tints of Moody Blue #8079BA
RGB
CMYK
RGB Variations
Color information
#8079BA (or 0x8079BA) is known color: Moody Blue. HEX triplet: 80, 79 and BA. RGB value is (128,121,186). Sum of RGB (Red+Green+Blue) = 128+121+186=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8079BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079BA is #7F8645. Grayscale: #828282. Windows color (decimal): -8357446 or 12220800. OLE color: 12220800.
HSL color Cylindrical-coordinate representation of color #8079BA: hue angle of 246.46º degrees, saturation: 0.32, 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 #8079BA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 121 | 186 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.27 |
| HSL | 246.46º | 0.32% | 0.6% | - |
| HSV(B) | 246.46º | 0.35% | 0.73% | - |
| XYZ | 24.6 | 21.81 | 49.37 | - |
| YUV | 130.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 186 | 0.31 | 0.35 | 0 | 0.27 | 246.46 | 0.32 | 0.6 |
| Hex | 80 | 79 | BA | 1F | 23 | 0 | 1B | F6 | 20 | 3C |
| Octal | 200 | 171 | 272 | 37 | 43 | 0 | 33 | 366 | 40 | 74 |
| Binary | 10000000 | 1111001 | 10111010 | 11111 | 100011 | 0 | 11011 | 11110110 | 100000 | 111100 |
Color Harmonies of #8079BA
Complementary color
Monochromatic Colors of #8079BA
Black with #8079BA
Text Example
Text Example
White with #8079BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079BA; }
p { color: rgb(128,121,186); }
H1.HeaderClassName
{
color: #8079BA;
}
.AnyTagClassName
{
color: #8079BA;
}
</style>
background-color css
<style>
a { background-color: #8079BA; }
a { background-color: rgb(128,121,186); }
div.DivClassName
{
background-color: #8079BA;
}
.BgClassName
{
background-color: #8079BA;
}
</style>
border-color css
<style>
span { border-color: #8079BA; }
span { border-color: rgb(128,121,186); }
td.TdClassName
{
border-color: #8079BA;
}
.TagClassName
{
border-color: #8079BA;
}
</style>