Shades of Moody Blue #7477DA
Tints of Moody Blue #7477DA
RGB
CMYK
RGB Variations
Color information
#7477DA (or 0x7477DA) is known color: Moody Blue. HEX triplet: 74, 77 and DA. RGB value is (116,119,218). Sum of RGB (Red+Green+Blue) = 116+119+218=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7477DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477DA is #8B8825. Grayscale: #808080. Windows color (decimal): -9144358 or 14317428. OLE color: 14317428.
HSL color Cylindrical-coordinate representation of color #7477DA: hue angle of 238.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7477DA is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 119 | 218 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.15 |
| HSL | 238.24º | 0.58% | 0.65% | - |
| HSV(B) | 238.24º | 0.47% | 0.85% | - |
| XYZ | 26.45 | 21.97 | 69.18 | - |
| YUV | 129.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 218 | 0.47 | 0.45 | 0 | 0.15 | 238.24 | 0.58 | 0.65 |
| Hex | 74 | 77 | DA | 2F | 2D | 0 | F | EE | 3A | 41 |
| Octal | 164 | 167 | 332 | 57 | 55 | 0 | 17 | 356 | 72 | 101 |
| Binary | 1110100 | 1110111 | 11011010 | 101111 | 101101 | 0 | 1111 | 11101110 | 111010 | 1000001 |
Color Harmonies of #7477DA
Complementary color
Monochromatic Colors of #7477DA
Black with #7477DA
Text Example
Text Example
White with #7477DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477DA; }
p { color: rgb(116,119,218); }
H1.HeaderClassName
{
color: #7477DA;
}
.AnyTagClassName
{
color: #7477DA;
}
</style>
background-color css
<style>
a { background-color: #7477DA; }
a { background-color: rgb(116,119,218); }
div.DivClassName
{
background-color: #7477DA;
}
.BgClassName
{
background-color: #7477DA;
}
</style>
border-color css
<style>
span { border-color: #7477DA; }
span { border-color: rgb(116,119,218); }
td.TdClassName
{
border-color: #7477DA;
}
.TagClassName
{
border-color: #7477DA;
}
</style>