Shades of Moody Blue #7577DB
Tints of Moody Blue #7577DB
RGB
CMYK
RGB Variations
Color information
#7577DB (or 0x7577DB) is known color: Moody Blue. HEX triplet: 75, 77 and DB. RGB value is (117,119,219). Sum of RGB (Red+Green+Blue) = 117+119+219=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #7577DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577DB is #8A8824. Grayscale: #818181. Windows color (decimal): -9078821 or 14382965. OLE color: 14382965.
HSL color Cylindrical-coordinate representation of color #7577DB: hue angle of 238.82º 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 #7577DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 119 | 219 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.14 |
| HSL | 238.82º | 0.59% | 0.66% | - |
| HSV(B) | 238.82º | 0.47% | 0.86% | - |
| XYZ | 26.72 | 22.09 | 69.87 | - |
| YUV | 129.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 219 | 0.47 | 0.46 | 0 | 0.14 | 238.82 | 0.59 | 0.66 |
| Hex | 75 | 77 | DB | 2F | 2E | 0 | E | EF | 3B | 42 |
| Octal | 165 | 167 | 333 | 57 | 56 | 0 | 16 | 357 | 73 | 102 |
| Binary | 1110101 | 1110111 | 11011011 | 101111 | 101110 | 0 | 1110 | 11101111 | 111011 | 1000010 |
Color Harmonies of #7577DB
Complementary color
Monochromatic Colors of #7577DB
Black with #7577DB
Text Example
Text Example
White with #7577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577DB; }
p { color: rgb(117,119,219); }
H1.HeaderClassName
{
color: #7577DB;
}
.AnyTagClassName
{
color: #7577DB;
}
</style>
background-color css
<style>
a { background-color: #7577DB; }
a { background-color: rgb(117,119,219); }
div.DivClassName
{
background-color: #7577DB;
}
.BgClassName
{
background-color: #7577DB;
}
</style>
border-color css
<style>
span { border-color: #7577DB; }
span { border-color: rgb(117,119,219); }
td.TdClassName
{
border-color: #7577DB;
}
.TagClassName
{
border-color: #7577DB;
}
</style>