Shades of Moody Blue #7077CC
Tints of Moody Blue #7077CC
RGB
CMYK
RGB Variations
Color information
#7077CC (or 0x7077CC) is known color: Moody Blue. HEX triplet: 70, 77 and CC. RGB value is (112,119,204). Sum of RGB (Red+Green+Blue) = 112+119+204=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7077CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7077CC is #8F8833. Grayscale: #7E7E7E. Windows color (decimal): -9406516 or 13399920. OLE color: 13399920.
HSL color Cylindrical-coordinate representation of color #7077CC: hue angle of 235.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7077CC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 119 | 204 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.2 |
| HSL | 235.43º | 0.47% | 0.62% | - |
| HSV(B) | 235.43º | 0.45% | 0.8% | - |
| XYZ | 24.18 | 21 | 59.91 | - |
| YUV | 126.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 204 | 0.45 | 0.42 | 0 | 0.2 | 235.43 | 0.47 | 0.62 |
| Hex | 70 | 77 | CC | 2D | 2A | 0 | 14 | EB | 2F | 3E |
| Octal | 160 | 167 | 314 | 55 | 52 | 0 | 24 | 353 | 57 | 76 |
| Binary | 1110000 | 1110111 | 11001100 | 101101 | 101010 | 0 | 10100 | 11101011 | 101111 | 111110 |
Color Harmonies of #7077CC
Complementary color
Monochromatic Colors of #7077CC
Black with #7077CC
Text Example
Text Example
White with #7077CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077CC; }
p { color: rgb(112,119,204); }
H1.HeaderClassName
{
color: #7077CC;
}
.AnyTagClassName
{
color: #7077CC;
}
</style>
background-color css
<style>
a { background-color: #7077CC; }
a { background-color: rgb(112,119,204); }
div.DivClassName
{
background-color: #7077CC;
}
.BgClassName
{
background-color: #7077CC;
}
</style>
border-color css
<style>
span { border-color: #7077CC; }
span { border-color: rgb(112,119,204); }
td.TdClassName
{
border-color: #7077CC;
}
.TagClassName
{
border-color: #7077CC;
}
</style>