Shades of Moody Blue #7477CF
Tints of Moody Blue #7477CF
RGB
CMYK
RGB Variations
Color information
#7477CF (or 0x7477CF) is known color: Moody Blue. HEX triplet: 74, 77 and CF. RGB value is (116,119,207). Sum of RGB (Red+Green+Blue) = 116+119+207=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #7477CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477CF is #8B8830. Grayscale: #7F7F7F. Windows color (decimal): -9144369 or 13596532. OLE color: 13596532.
HSL color Cylindrical-coordinate representation of color #7477CF: hue angle of 238.02º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7477CF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 119 | 207 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.19 |
| HSL | 238.02º | 0.49% | 0.63% | - |
| HSV(B) | 238.02º | 0.44% | 0.81% | - |
| XYZ | 25.06 | 21.41 | 61.84 | - |
| YUV | 128.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 207 | 0.44 | 0.43 | 0 | 0.19 | 238.02 | 0.49 | 0.63 |
| Hex | 74 | 77 | CF | 2C | 2B | 0 | 13 | EE | 31 | 3F |
| Octal | 164 | 167 | 317 | 54 | 53 | 0 | 23 | 356 | 61 | 77 |
| Binary | 1110100 | 1110111 | 11001111 | 101100 | 101011 | 0 | 10011 | 11101110 | 110001 | 111111 |
Color Harmonies of #7477CF
Complementary color
Monochromatic Colors of #7477CF
Black with #7477CF
Text Example
Text Example
White with #7477CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477CF; }
p { color: rgb(116,119,207); }
H1.HeaderClassName
{
color: #7477CF;
}
.AnyTagClassName
{
color: #7477CF;
}
</style>
background-color css
<style>
a { background-color: #7477CF; }
a { background-color: rgb(116,119,207); }
div.DivClassName
{
background-color: #7477CF;
}
.BgClassName
{
background-color: #7477CF;
}
</style>
border-color css
<style>
span { border-color: #7477CF; }
span { border-color: rgb(116,119,207); }
td.TdClassName
{
border-color: #7477CF;
}
.TagClassName
{
border-color: #7477CF;
}
</style>