Shades of Moody Blue #7573BC
Tints of Moody Blue #7573BC
RGB
CMYK
RGB Variations
Color information
#7573BC (or 0x7573BC) is known color: Moody Blue. HEX triplet: 75, 73 and BC. RGB value is (117,115,188). Sum of RGB (Red+Green+Blue) = 117+115+188=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #7573BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573BC is #8A8C43. Grayscale: #7B7B7B. Windows color (decimal): -9079876 or 12350325. OLE color: 12350325.
HSL color Cylindrical-coordinate representation of color #7573BC: hue angle of 241.64º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7573BC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 115 | 188 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.26 |
| HSL | 241.64º | 0.35% | 0.59% | - |
| HSV(B) | 241.64º | 0.39% | 0.74% | - |
| XYZ | 22.54 | 19.67 | 50.19 | - |
| YUV | 123.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 188 | 0.38 | 0.39 | 0 | 0.26 | 241.64 | 0.35 | 0.59 |
| Hex | 75 | 73 | BC | 26 | 27 | 0 | 1A | F2 | 23 | 3B |
| Octal | 165 | 163 | 274 | 46 | 47 | 0 | 32 | 362 | 43 | 73 |
| Binary | 1110101 | 1110011 | 10111100 | 100110 | 100111 | 0 | 11010 | 11110010 | 100011 | 111011 |
Color Harmonies of #7573BC
Complementary color
Monochromatic Colors of #7573BC
Black with #7573BC
Text Example
Text Example
White with #7573BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573BC; }
p { color: rgb(117,115,188); }
H1.HeaderClassName
{
color: #7573BC;
}
.AnyTagClassName
{
color: #7573BC;
}
</style>
background-color css
<style>
a { background-color: #7573BC; }
a { background-color: rgb(117,115,188); }
div.DivClassName
{
background-color: #7573BC;
}
.BgClassName
{
background-color: #7573BC;
}
</style>
border-color css
<style>
span { border-color: #7573BC; }
span { border-color: rgb(117,115,188); }
td.TdClassName
{
border-color: #7573BC;
}
.TagClassName
{
border-color: #7573BC;
}
</style>