Shades of Moody Blue #8079BB
Tints of Moody Blue #8079BB
RGB
CMYK
RGB Variations
Color information
#8079BB (or 0x8079BB) is known color: Moody Blue. HEX triplet: 80, 79 and BB. RGB value is (128,121,187). Sum of RGB (Red+Green+Blue) = 128+121+187=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8079BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079BB is #7F8644. Grayscale: #828282. Windows color (decimal): -8357445 or 12286336. OLE color: 12286336.
HSL color Cylindrical-coordinate representation of color #8079BB: hue angle of 246.36º degrees, saturation: 0.33, 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 #8079BB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 121 | 187 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.27 |
| HSL | 246.36º | 0.33% | 0.6% | - |
| HSV(B) | 246.36º | 0.35% | 0.73% | - |
| XYZ | 24.71 | 21.85 | 49.93 | - |
| YUV | 130.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 187 | 0.32 | 0.35 | 0 | 0.27 | 246.36 | 0.33 | 0.6 |
| Hex | 80 | 79 | BB | 20 | 23 | 0 | 1B | F6 | 21 | 3C |
| Octal | 200 | 171 | 273 | 40 | 43 | 0 | 33 | 366 | 41 | 74 |
| Binary | 10000000 | 1111001 | 10111011 | 100000 | 100011 | 0 | 11011 | 11110110 | 100001 | 111100 |
Color Harmonies of #8079BB
Complementary color
Monochromatic Colors of #8079BB
Black with #8079BB
Text Example
Text Example
White with #8079BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079BB; }
p { color: rgb(128,121,187); }
H1.HeaderClassName
{
color: #8079BB;
}
.AnyTagClassName
{
color: #8079BB;
}
</style>
background-color css
<style>
a { background-color: #8079BB; }
a { background-color: rgb(128,121,187); }
div.DivClassName
{
background-color: #8079BB;
}
.BgClassName
{
background-color: #8079BB;
}
</style>
border-color css
<style>
span { border-color: #8079BB; }
span { border-color: rgb(128,121,187); }
td.TdClassName
{
border-color: #8079BB;
}
.TagClassName
{
border-color: #8079BB;
}
</style>