Shades of Moody Blue #7573BD
Tints of Moody Blue #7573BD
RGB
CMYK
RGB Variations
Color information
#7573BD (or 0x7573BD) is known color: Moody Blue. HEX triplet: 75, 73 and BD. RGB value is (117,115,189). Sum of RGB (Red+Green+Blue) = 117+115+189=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #7573BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573BD is #8A8C42. Grayscale: #7B7B7B. Windows color (decimal): -9079875 or 12415861. OLE color: 12415861.
HSL color Cylindrical-coordinate representation of color #7573BD: hue angle of 241.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7573BD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 115 | 189 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.26 |
| HSL | 241.62º | 0.36% | 0.6% | - |
| HSV(B) | 241.62º | 0.39% | 0.74% | - |
| XYZ | 22.65 | 19.72 | 50.76 | - |
| YUV | 124.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 189 | 0.38 | 0.39 | 0 | 0.26 | 241.62 | 0.36 | 0.6 |
| Hex | 75 | 73 | BD | 26 | 27 | 0 | 1A | F2 | 24 | 3C |
| Octal | 165 | 163 | 275 | 46 | 47 | 0 | 32 | 362 | 44 | 74 |
| Binary | 1110101 | 1110011 | 10111101 | 100110 | 100111 | 0 | 11010 | 11110010 | 100100 | 111100 |
Color Harmonies of #7573BD
Complementary color
Monochromatic Colors of #7573BD
Black with #7573BD
Text Example
Text Example
White with #7573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573BD; }
p { color: rgb(117,115,189); }
H1.HeaderClassName
{
color: #7573BD;
}
.AnyTagClassName
{
color: #7573BD;
}
</style>
background-color css
<style>
a { background-color: #7573BD; }
a { background-color: rgb(117,115,189); }
div.DivClassName
{
background-color: #7573BD;
}
.BgClassName
{
background-color: #7573BD;
}
</style>
border-color css
<style>
span { border-color: #7573BD; }
span { border-color: rgb(117,115,189); }
td.TdClassName
{
border-color: #7573BD;
}
.TagClassName
{
border-color: #7573BD;
}
</style>