Shades of Moody Blue #7574CE
Tints of Moody Blue #7574CE
RGB
CMYK
RGB Variations
Color information
#7574CE (or 0x7574CE) is known color: Moody Blue. HEX triplet: 75, 74 and CE. RGB value is (117,116,206). Sum of RGB (Red+Green+Blue) = 117+116+206=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7574CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574CE is #8A8B31. Grayscale: #7E7E7E. Windows color (decimal): -9079602 or 13530229. OLE color: 13530229.
HSL color Cylindrical-coordinate representation of color #7574CE: hue angle of 240.67º degrees, saturation: 0.48, 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 #7574CE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 116 | 206 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.19 |
| HSL | 240.67º | 0.48% | 0.63% | - |
| HSV(B) | 240.67º | 0.44% | 0.81% | - |
| XYZ | 24.72 | 20.73 | 61.09 | - |
| YUV | 126.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 206 | 0.43 | 0.44 | 0 | 0.19 | 240.67 | 0.48 | 0.63 |
| Hex | 75 | 74 | CE | 2B | 2C | 0 | 13 | F1 | 30 | 3F |
| Octal | 165 | 164 | 316 | 53 | 54 | 0 | 23 | 361 | 60 | 77 |
| Binary | 1110101 | 1110100 | 11001110 | 101011 | 101100 | 0 | 10011 | 11110001 | 110000 | 111111 |
Color Harmonies of #7574CE
Complementary color
Monochromatic Colors of #7574CE
Black with #7574CE
Text Example
Text Example
White with #7574CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574CE; }
p { color: rgb(117,116,206); }
H1.HeaderClassName
{
color: #7574CE;
}
.AnyTagClassName
{
color: #7574CE;
}
</style>
background-color css
<style>
a { background-color: #7574CE; }
a { background-color: rgb(117,116,206); }
div.DivClassName
{
background-color: #7574CE;
}
.BgClassName
{
background-color: #7574CE;
}
</style>
border-color css
<style>
span { border-color: #7574CE; }
span { border-color: rgb(117,116,206); }
td.TdClassName
{
border-color: #7574CE;
}
.TagClassName
{
border-color: #7574CE;
}
</style>