Shades of Moody Blue #716ECB
Tints of Moody Blue #716ECB
RGB
CMYK
RGB Variations
Color information
#716ECB (or 0x716ECB) is known color: Moody Blue. HEX triplet: 71, 6E and CB. RGB value is (113,110,203). Sum of RGB (Red+Green+Blue) = 113+110+203=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #716ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECB is #8E9134. Grayscale: #797979. Windows color (decimal): -9343285 or 13332081. OLE color: 13332081.
HSL color Cylindrical-coordinate representation of color #716ECB: hue angle of 241.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716ECB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 110 | 203 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.20 |
| HSL | 241.94º | 0.47% | 0.61% | - |
| HSV(B) | 241.94º | 0.46% | 0.8% | - |
| XYZ | 23.17 | 18.97 | 58.94 | - |
| YUV | 121.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 203 | 0.44 | 0.46 | 0 | 0.20 | 241.94 | 0.47 | 0.61 |
| Hex | 71 | 6E | CB | 2C | 2E | 0 | 14 | F2 | 2F | 3D |
| Octal | 161 | 156 | 313 | 54 | 56 | 0 | 24 | 362 | 57 | 75 |
| Binary | 1110001 | 1101110 | 11001011 | 101100 | 101110 | 0 | 10100 | 11110010 | 101111 | 111101 |
Color Harmonies of #716ECB
Complementary color
Monochromatic Colors of #716ECB
Black with #716ECB
Text Example
Text Example
White with #716ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ECB; }
p { color: rgb(113,110,203); }
H1.HeaderClassName
{
color: #716ECB;
}
.AnyTagClassName
{
color: #716ECB;
}
</style>
background-color css
<style>
a { background-color: #716ECB; }
a { background-color: rgb(113,110,203); }
div.DivClassName
{
background-color: #716ECB;
}
.BgClassName
{
background-color: #716ECB;
}
</style>
border-color css
<style>
span { border-color: #716ECB; }
span { border-color: rgb(113,110,203); }
td.TdClassName
{
border-color: #716ECB;
}
.TagClassName
{
border-color: #716ECB;
}
</style>