Shades of Moody Blue #7472C5
Tints of Moody Blue #7472C5
RGB
CMYK
RGB Variations
Color information
#7472C5 (or 0x7472C5) is known color: Moody Blue. HEX triplet: 74, 72 and C5. RGB value is (116,114,197). Sum of RGB (Red+Green+Blue) = 116+114+197=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #7472C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472C5 is #8B8D3A. Grayscale: #7B7B7B. Windows color (decimal): -9145659 or 12939892. OLE color: 12939892.
HSL color Cylindrical-coordinate representation of color #7472C5: hue angle of 241.45º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7472C5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 114 | 197 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.23 |
| HSL | 241.45º | 0.42% | 0.61% | - |
| HSV(B) | 241.45º | 0.42% | 0.77% | - |
| XYZ | 23.3 | 19.78 | 55.41 | - |
| YUV | 124.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 197 | 0.41 | 0.42 | 0 | 0.23 | 241.45 | 0.42 | 0.61 |
| Hex | 74 | 72 | C5 | 29 | 2A | 0 | 17 | F1 | 2A | 3D |
| Octal | 164 | 162 | 305 | 51 | 52 | 0 | 27 | 361 | 52 | 75 |
| Binary | 1110100 | 1110010 | 11000101 | 101001 | 101010 | 0 | 10111 | 11110001 | 101010 | 111101 |
Color Harmonies of #7472C5
Complementary color
Monochromatic Colors of #7472C5
Black with #7472C5
Text Example
Text Example
White with #7472C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472C5; }
p { color: rgb(116,114,197); }
H1.HeaderClassName
{
color: #7472C5;
}
.AnyTagClassName
{
color: #7472C5;
}
</style>
background-color css
<style>
a { background-color: #7472C5; }
a { background-color: rgb(116,114,197); }
div.DivClassName
{
background-color: #7472C5;
}
.BgClassName
{
background-color: #7472C5;
}
</style>
border-color css
<style>
span { border-color: #7472C5; }
span { border-color: rgb(116,114,197); }
td.TdClassName
{
border-color: #7472C5;
}
.TagClassName
{
border-color: #7472C5;
}
</style>