Shades of Moody Blue #8079CC
Tints of Moody Blue #8079CC
RGB
CMYK
RGB Variations
Color information
#8079CC (or 0x8079CC) is known color: Moody Blue. HEX triplet: 80, 79 and CC. RGB value is (128,121,204). Sum of RGB (Red+Green+Blue) = 128+121+204=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8079CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079CC is #7F8633. Grayscale: #848484. Windows color (decimal): -8357428 or 13400448. OLE color: 13400448.
HSL color Cylindrical-coordinate representation of color #8079CC: hue angle of 245.06º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8079CC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 121 | 204 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.2 |
| HSL | 245.06º | 0.45% | 0.64% | - |
| HSV(B) | 245.06º | 0.41% | 0.8% | - |
| XYZ | 26.64 | 22.62 | 60.09 | - |
| YUV | 132.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 204 | 0.37 | 0.41 | 0 | 0.2 | 245.06 | 0.45 | 0.64 |
| Hex | 80 | 79 | CC | 25 | 29 | 0 | 14 | F5 | 2D | 40 |
| Octal | 200 | 171 | 314 | 45 | 51 | 0 | 24 | 365 | 55 | 100 |
| Binary | 10000000 | 1111001 | 11001100 | 100101 | 101001 | 0 | 10100 | 11110101 | 101101 | 1000000 |
Color Harmonies of #8079CC
Complementary color
Monochromatic Colors of #8079CC
Black with #8079CC
Text Example
Text Example
White with #8079CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8079CC; }
p { color: rgb(128,121,204); }
H1.HeaderClassName
{
color: #8079CC;
}
.AnyTagClassName
{
color: #8079CC;
}
</style>
background-color css
<style>
a { background-color: #8079CC; }
a { background-color: rgb(128,121,204); }
div.DivClassName
{
background-color: #8079CC;
}
.BgClassName
{
background-color: #8079CC;
}
</style>
border-color css
<style>
span { border-color: #8079CC; }
span { border-color: rgb(128,121,204); }
td.TdClassName
{
border-color: #8079CC;
}
.TagClassName
{
border-color: #8079CC;
}
</style>