Shades of Moody Blue #7574C4
Tints of Moody Blue #7574C4
RGB
CMYK
RGB Variations
Color information
#7574C4 (or 0x7574C4) is known color: Moody Blue. HEX triplet: 75, 74 and C4. RGB value is (117,116,196). Sum of RGB (Red+Green+Blue) = 117+116+196=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #7574C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574C4 is #8A8B3B. Grayscale: #7D7D7D. Windows color (decimal): -9079612 or 12874869. OLE color: 12874869.
HSL color Cylindrical-coordinate representation of color #7574C4: hue angle of 240.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7574C4 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 116 | 196 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.23 |
| HSL | 240.75º | 0.4% | 0.61% | - |
| HSV(B) | 240.75º | 0.41% | 0.77% | - |
| XYZ | 23.55 | 20.26 | 54.89 | - |
| YUV | 125.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 196 | 0.40 | 0.41 | 0 | 0.23 | 240.75 | 0.4 | 0.61 |
| Hex | 75 | 74 | C4 | 28 | 29 | 0 | 17 | F1 | 28 | 3D |
| Octal | 165 | 164 | 304 | 50 | 51 | 0 | 27 | 361 | 50 | 75 |
| Binary | 1110101 | 1110100 | 11000100 | 101000 | 101001 | 0 | 10111 | 11110001 | 101000 | 111101 |
Color Harmonies of #7574C4
Complementary color
Monochromatic Colors of #7574C4
Black with #7574C4
Text Example
Text Example
White with #7574C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574C4; }
p { color: rgb(117,116,196); }
H1.HeaderClassName
{
color: #7574C4;
}
.AnyTagClassName
{
color: #7574C4;
}
</style>
background-color css
<style>
a { background-color: #7574C4; }
a { background-color: rgb(117,116,196); }
div.DivClassName
{
background-color: #7574C4;
}
.BgClassName
{
background-color: #7574C4;
}
</style>
border-color css
<style>
span { border-color: #7574C4; }
span { border-color: rgb(117,116,196); }
td.TdClassName
{
border-color: #7574C4;
}
.TagClassName
{
border-color: #7574C4;
}
</style>