Shades of Moody Blue #7076CB
Tints of Moody Blue #7076CB
RGB
CMYK
RGB Variations
Color information
#7076CB (or 0x7076CB) is known color: Moody Blue. HEX triplet: 70, 76 and CB. RGB value is (112,118,203). Sum of RGB (Red+Green+Blue) = 112+118+203=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #7076CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076CB is #8F8934. Grayscale: #7D7D7D. Windows color (decimal): -9406773 or 13334128. OLE color: 13334128.
HSL color Cylindrical-coordinate representation of color #7076CB: hue angle of 236.04º 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 #7076CB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 118 | 203 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.20 |
| HSL | 236.04º | 0.47% | 0.62% | - |
| HSV(B) | 236.04º | 0.45% | 0.8% | - |
| XYZ | 23.94 | 20.71 | 59.24 | - |
| YUV | 125.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 203 | 0.45 | 0.42 | 0 | 0.20 | 236.04 | 0.47 | 0.62 |
| Hex | 70 | 76 | CB | 2D | 2A | 0 | 14 | EC | 2F | 3E |
| Octal | 160 | 166 | 313 | 55 | 52 | 0 | 24 | 354 | 57 | 76 |
| Binary | 1110000 | 1110110 | 11001011 | 101101 | 101010 | 0 | 10100 | 11101100 | 101111 | 111110 |
Color Harmonies of #7076CB
Complementary color
Monochromatic Colors of #7076CB
Black with #7076CB
Text Example
Text Example
White with #7076CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076CB; }
p { color: rgb(112,118,203); }
H1.HeaderClassName
{
color: #7076CB;
}
.AnyTagClassName
{
color: #7076CB;
}
</style>
background-color css
<style>
a { background-color: #7076CB; }
a { background-color: rgb(112,118,203); }
div.DivClassName
{
background-color: #7076CB;
}
.BgClassName
{
background-color: #7076CB;
}
</style>
border-color css
<style>
span { border-color: #7076CB; }
span { border-color: rgb(112,118,203); }
td.TdClassName
{
border-color: #7076CB;
}
.TagClassName
{
border-color: #7076CB;
}
</style>