Shades of Moody Blue #716ECC
Tints of Moody Blue #716ECC
RGB
CMYK
RGB Variations
Color information
#716ECC (or 0x716ECC) is known color: Moody Blue. HEX triplet: 71, 6E and CC. RGB value is (113,110,204). Sum of RGB (Red+Green+Blue) = 113+110+204=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #716ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECC is #8E9133. Grayscale: #797979. Windows color (decimal): -9343284 or 13397617. OLE color: 13397617.
HSL color Cylindrical-coordinate representation of color #716ECC: hue angle of 241.91º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716ECC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 110 | 204 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.2 |
| HSL | 241.91º | 0.48% | 0.62% | - |
| HSV(B) | 241.91º | 0.46% | 0.8% | - |
| XYZ | 23.29 | 19.02 | 59.57 | - |
| YUV | 121.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 204 | 0.45 | 0.46 | 0 | 0.2 | 241.91 | 0.48 | 0.62 |
| Hex | 71 | 6E | CC | 2D | 2E | 0 | 14 | F2 | 30 | 3E |
| Octal | 161 | 156 | 314 | 55 | 56 | 0 | 24 | 362 | 60 | 76 |
| Binary | 1110001 | 1101110 | 11001100 | 101101 | 101110 | 0 | 10100 | 11110010 | 110000 | 111110 |
Color Harmonies of #716ECC
Complementary color
Monochromatic Colors of #716ECC
Black with #716ECC
Text Example
Text Example
White with #716ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ECC; }
p { color: rgb(113,110,204); }
H1.HeaderClassName
{
color: #716ECC;
}
.AnyTagClassName
{
color: #716ECC;
}
</style>
background-color css
<style>
a { background-color: #716ECC; }
a { background-color: rgb(113,110,204); }
div.DivClassName
{
background-color: #716ECC;
}
.BgClassName
{
background-color: #716ECC;
}
</style>
border-color css
<style>
span { border-color: #716ECC; }
span { border-color: rgb(113,110,204); }
td.TdClassName
{
border-color: #716ECC;
}
.TagClassName
{
border-color: #716ECC;
}
</style>