Shades of Moody Blue #7573C8
Tints of Moody Blue #7573C8
RGB
CMYK
RGB Variations
Color information
#7573C8 (or 0x7573C8) is known color: Moody Blue. HEX triplet: 75, 73 and C8. RGB value is (117,115,200). Sum of RGB (Red+Green+Blue) = 117+115+200=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #7573C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573C8 is #8A8C37. Grayscale: #7C7C7C. Windows color (decimal): -9079864 or 13136757. OLE color: 13136757.
HSL color Cylindrical-coordinate representation of color #7573C8: hue angle of 241.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7573C8 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 115 | 200 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.22 |
| HSL | 241.41º | 0.44% | 0.62% | - |
| HSV(B) | 241.41º | 0.43% | 0.78% | - |
| XYZ | 23.89 | 20.21 | 57.29 | - |
| YUV | 125.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 200 | 0.42 | 0.42 | 0 | 0.22 | 241.41 | 0.44 | 0.62 |
| Hex | 75 | 73 | C8 | 2A | 2A | 0 | 16 | F1 | 2C | 3E |
| Octal | 165 | 163 | 310 | 52 | 52 | 0 | 26 | 361 | 54 | 76 |
| Binary | 1110101 | 1110011 | 11001000 | 101010 | 101010 | 0 | 10110 | 11110001 | 101100 | 111110 |
Color Harmonies of #7573C8
Complementary color
Monochromatic Colors of #7573C8
Black with #7573C8
Text Example
Text Example
White with #7573C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573C8; }
p { color: rgb(117,115,200); }
H1.HeaderClassName
{
color: #7573C8;
}
.AnyTagClassName
{
color: #7573C8;
}
</style>
background-color css
<style>
a { background-color: #7573C8; }
a { background-color: rgb(117,115,200); }
div.DivClassName
{
background-color: #7573C8;
}
.BgClassName
{
background-color: #7573C8;
}
</style>
border-color css
<style>
span { border-color: #7573C8; }
span { border-color: rgb(117,115,200); }
td.TdClassName
{
border-color: #7573C8;
}
.TagClassName
{
border-color: #7573C8;
}
</style>