Shades of Moody Blue #7573CF
Tints of Moody Blue #7573CF
RGB
CMYK
RGB Variations
Color information
#7573CF (or 0x7573CF) is known color: Moody Blue. HEX triplet: 75, 73 and CF. RGB value is (117,115,207). Sum of RGB (Red+Green+Blue) = 117+115+207=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7573CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573CF is #8A8C30. Grayscale: #7D7D7D. Windows color (decimal): -9079857 or 13595509. OLE color: 13595509.
HSL color Cylindrical-coordinate representation of color #7573CF: hue angle of 241.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7573CF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 115 | 207 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.19 |
| HSL | 241.3º | 0.49% | 0.63% | - |
| HSV(B) | 241.3º | 0.44% | 0.81% | - |
| XYZ | 24.73 | 20.55 | 61.69 | - |
| YUV | 126.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 207 | 0.43 | 0.44 | 0 | 0.19 | 241.3 | 0.49 | 0.63 |
| Hex | 75 | 73 | CF | 2B | 2C | 0 | 13 | F1 | 31 | 3F |
| Octal | 165 | 163 | 317 | 53 | 54 | 0 | 23 | 361 | 61 | 77 |
| Binary | 1110101 | 1110011 | 11001111 | 101011 | 101100 | 0 | 10011 | 11110001 | 110001 | 111111 |
Color Harmonies of #7573CF
Complementary color
Monochromatic Colors of #7573CF
Black with #7573CF
Text Example
Text Example
White with #7573CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573CF; }
p { color: rgb(117,115,207); }
H1.HeaderClassName
{
color: #7573CF;
}
.AnyTagClassName
{
color: #7573CF;
}
</style>
background-color css
<style>
a { background-color: #7573CF; }
a { background-color: rgb(117,115,207); }
div.DivClassName
{
background-color: #7573CF;
}
.BgClassName
{
background-color: #7573CF;
}
</style>
border-color css
<style>
span { border-color: #7573CF; }
span { border-color: rgb(117,115,207); }
td.TdClassName
{
border-color: #7573CF;
}
.TagClassName
{
border-color: #7573CF;
}
</style>