Shades of Moody Blue #7477CA
Tints of Moody Blue #7477CA
RGB
CMYK
RGB Variations
Color information
#7477CA (or 0x7477CA) is known color: Moody Blue. HEX triplet: 74, 77 and CA. RGB value is (116,119,202). Sum of RGB (Red+Green+Blue) = 116+119+202=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7477CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477CA is #8B8835. Grayscale: #7F7F7F. Windows color (decimal): -9144374 or 13268852. OLE color: 13268852.
HSL color Cylindrical-coordinate representation of color #7477CA: hue angle of 237.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7477CA is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 119 | 202 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.21 |
| HSL | 237.91º | 0.45% | 0.62% | - |
| HSV(B) | 237.91º | 0.43% | 0.79% | - |
| XYZ | 24.46 | 21.17 | 58.67 | - |
| YUV | 127.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 202 | 0.43 | 0.41 | 0 | 0.21 | 237.91 | 0.45 | 0.62 |
| Hex | 74 | 77 | CA | 2B | 29 | 0 | 15 | EE | 2D | 3E |
| Octal | 164 | 167 | 312 | 53 | 51 | 0 | 25 | 356 | 55 | 76 |
| Binary | 1110100 | 1110111 | 11001010 | 101011 | 101001 | 0 | 10101 | 11101110 | 101101 | 111110 |
Color Harmonies of #7477CA
Complementary color
Monochromatic Colors of #7477CA
Black with #7477CA
Text Example
Text Example
White with #7477CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477CA; }
p { color: rgb(116,119,202); }
H1.HeaderClassName
{
color: #7477CA;
}
.AnyTagClassName
{
color: #7477CA;
}
</style>
background-color css
<style>
a { background-color: #7477CA; }
a { background-color: rgb(116,119,202); }
div.DivClassName
{
background-color: #7477CA;
}
.BgClassName
{
background-color: #7477CA;
}
</style>
border-color css
<style>
span { border-color: #7477CA; }
span { border-color: rgb(116,119,202); }
td.TdClassName
{
border-color: #7477CA;
}
.TagClassName
{
border-color: #7477CA;
}
</style>