Shades of Moody Blue #7477DB
Tints of Moody Blue #7477DB
RGB
CMYK
RGB Variations
Color information
#7477DB (or 0x7477DB) is known color: Moody Blue. HEX triplet: 74, 77 and DB. RGB value is (116,119,219). Sum of RGB (Red+Green+Blue) = 116+119+219=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #7477DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477DB is #8B8824. Grayscale: #818181. Windows color (decimal): -9144357 or 14382964. OLE color: 14382964.
HSL color Cylindrical-coordinate representation of color #7477DB: hue angle of 238.25º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7477DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 119 | 219 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 238.25º | 0.59% | 0.66% | - |
| HSV(B) | 238.25º | 0.47% | 0.86% | - |
| XYZ | 26.59 | 22.02 | 69.87 | - |
| YUV | 129.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 219 | 0.47 | 0.46 | 0 | 0.14 | 238.25 | 0.59 | 0.66 |
| Hex | 74 | 77 | DB | 2F | 2E | 0 | E | EE | 3B | 42 |
| Octal | 164 | 167 | 333 | 57 | 56 | 0 | 16 | 356 | 73 | 102 |
| Binary | 1110100 | 1110111 | 11011011 | 101111 | 101110 | 0 | 1110 | 11101110 | 111011 | 1000010 |
Color Harmonies of #7477DB
Complementary color
Monochromatic Colors of #7477DB
Black with #7477DB
Text Example
Text Example
White with #7477DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477DB; }
p { color: rgb(116,119,219); }
H1.HeaderClassName
{
color: #7477DB;
}
.AnyTagClassName
{
color: #7477DB;
}
</style>
background-color css
<style>
a { background-color: #7477DB; }
a { background-color: rgb(116,119,219); }
div.DivClassName
{
background-color: #7477DB;
}
.BgClassName
{
background-color: #7477DB;
}
</style>
border-color css
<style>
span { border-color: #7477DB; }
span { border-color: rgb(116,119,219); }
td.TdClassName
{
border-color: #7477DB;
}
.TagClassName
{
border-color: #7477DB;
}
</style>