Shades of Moody Blue #8079C0
Tints of Moody Blue #8079C0
RGB
CMYK
RGB Variations
Color information
#8079C0 (or 0x8079C0) is known color: Moody Blue. HEX triplet: 80, 79 and C0. RGB value is (128,121,192). Sum of RGB (Red+Green+Blue) = 128+121+192=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #8079C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079C0 is #7F863F. Grayscale: #828282. Windows color (decimal): -8357440 or 12614016. OLE color: 12614016.
HSL color Cylindrical-coordinate representation of color #8079C0: hue angle of 245.92º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8079C0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 121 | 192 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.25 |
| HSL | 245.92º | 0.36% | 0.61% | - |
| HSV(B) | 245.92º | 0.37% | 0.75% | - |
| XYZ | 25.25 | 22.07 | 52.8 | - |
| YUV | 131.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 192 | 0.33 | 0.37 | 0 | 0.25 | 245.92 | 0.36 | 0.61 |
| Hex | 80 | 79 | C0 | 21 | 25 | 0 | 19 | F6 | 24 | 3D |
| Octal | 200 | 171 | 300 | 41 | 45 | 0 | 31 | 366 | 44 | 75 |
| Binary | 10000000 | 1111001 | 11000000 | 100001 | 100101 | 0 | 11001 | 11110110 | 100100 | 111101 |
Color Harmonies of #8079C0
Complementary color
Monochromatic Colors of #8079C0
Black with #8079C0
Text Example
Text Example
White with #8079C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079C0; }
p { color: rgb(128,121,192); }
H1.HeaderClassName
{
color: #8079C0;
}
.AnyTagClassName
{
color: #8079C0;
}
</style>
background-color css
<style>
a { background-color: #8079C0; }
a { background-color: rgb(128,121,192); }
div.DivClassName
{
background-color: #8079C0;
}
.BgClassName
{
background-color: #8079C0;
}
</style>
border-color css
<style>
span { border-color: #8079C0; }
span { border-color: rgb(128,121,192); }
td.TdClassName
{
border-color: #8079C0;
}
.TagClassName
{
border-color: #8079C0;
}
</style>