Shades of Moody Blue #7177CC
Tints of Moody Blue #7177CC
RGB
CMYK
RGB Variations
Color information
#7177CC (or 0x7177CC) is known color: Moody Blue. HEX triplet: 71, 77 and CC. RGB value is (113,119,204). Sum of RGB (Red+Green+Blue) = 113+119+204=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7177CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177CC is #8E8833. Grayscale: #7E7E7E. Windows color (decimal): -9340980 or 13399921. OLE color: 13399921.
HSL color Cylindrical-coordinate representation of color #7177CC: 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 #7177CC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 119 | 204 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.2 |
| HSL | 236.04º | 0.47% | 0.62% | - |
| HSV(B) | 236.04º | 0.45% | 0.8% | - |
| XYZ | 24.31 | 21.06 | 59.91 | - |
| YUV | 126.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 204 | 0.45 | 0.42 | 0 | 0.2 | 236.04 | 0.47 | 0.62 |
| Hex | 71 | 77 | CC | 2D | 2A | 0 | 14 | EC | 2F | 3E |
| Octal | 161 | 167 | 314 | 55 | 52 | 0 | 24 | 354 | 57 | 76 |
| Binary | 1110001 | 1110111 | 11001100 | 101101 | 101010 | 0 | 10100 | 11101100 | 101111 | 111110 |
Color Harmonies of #7177CC
Complementary color
Monochromatic Colors of #7177CC
Black with #7177CC
Text Example
Text Example
White with #7177CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7177CC; }
p { color: rgb(113,119,204); }
H1.HeaderClassName
{
color: #7177CC;
}
.AnyTagClassName
{
color: #7177CC;
}
</style>
background-color css
<style>
a { background-color: #7177CC; }
a { background-color: rgb(113,119,204); }
div.DivClassName
{
background-color: #7177CC;
}
.BgClassName
{
background-color: #7177CC;
}
</style>
border-color css
<style>
span { border-color: #7177CC; }
span { border-color: rgb(113,119,204); }
td.TdClassName
{
border-color: #7177CC;
}
.TagClassName
{
border-color: #7177CC;
}
</style>