Shades of Moody Blue #8079D0
Tints of Moody Blue #8079D0
RGB
CMYK
RGB Variations
Color information
#8079D0 (or 0x8079D0) is known color: Moody Blue. HEX triplet: 80, 79 and D0. RGB value is (128,121,208). Sum of RGB (Red+Green+Blue) = 128+121+208=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #8079D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079D0 is #7F862F. Grayscale: #848484. Windows color (decimal): -8357424 or 13662592. OLE color: 13662592.
HSL color Cylindrical-coordinate representation of color #8079D0: hue angle of 244.83º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8079D0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 121 | 208 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.18 |
| HSL | 244.83º | 0.48% | 0.65% | - |
| HSV(B) | 244.83º | 0.42% | 0.82% | - |
| XYZ | 27.12 | 22.82 | 62.65 | - |
| YUV | 133.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 208 | 0.38 | 0.42 | 0 | 0.18 | 244.83 | 0.48 | 0.65 |
| Hex | 80 | 79 | D0 | 26 | 2A | 0 | 12 | F5 | 30 | 41 |
| Octal | 200 | 171 | 320 | 46 | 52 | 0 | 22 | 365 | 60 | 101 |
| Binary | 10000000 | 1111001 | 11010000 | 100110 | 101010 | 0 | 10010 | 11110101 | 110000 | 1000001 |
Color Harmonies of #8079D0
Complementary color
Monochromatic Colors of #8079D0
Black with #8079D0
Text Example
Text Example
White with #8079D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079D0; }
p { color: rgb(128,121,208); }
H1.HeaderClassName
{
color: #8079D0;
}
.AnyTagClassName
{
color: #8079D0;
}
</style>
background-color css
<style>
a { background-color: #8079D0; }
a { background-color: rgb(128,121,208); }
div.DivClassName
{
background-color: #8079D0;
}
.BgClassName
{
background-color: #8079D0;
}
</style>
border-color css
<style>
span { border-color: #8079D0; }
span { border-color: rgb(128,121,208); }
td.TdClassName
{
border-color: #8079D0;
}
.TagClassName
{
border-color: #8079D0;
}
</style>