Shades of Moody Blue #7472CE
Tints of Moody Blue #7472CE
RGB
CMYK
RGB Variations
Color information
#7472CE (or 0x7472CE) is known color: Moody Blue. HEX triplet: 74, 72 and CE. RGB value is (116,114,206). Sum of RGB (Red+Green+Blue) = 116+114+206=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7472CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472CE is #8B8D31. Grayscale: #7C7C7C. Windows color (decimal): -9145650 or 13529716. OLE color: 13529716.
HSL color Cylindrical-coordinate representation of color #7472CE: hue angle of 241.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7472CE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 114 | 206 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.19 |
| HSL | 241.3º | 0.48% | 0.63% | - |
| HSV(B) | 241.3º | 0.45% | 0.81% | - |
| XYZ | 24.36 | 20.2 | 61.01 | - |
| YUV | 125.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 206 | 0.44 | 0.45 | 0 | 0.19 | 241.3 | 0.48 | 0.63 |
| Hex | 74 | 72 | CE | 2C | 2D | 0 | 13 | F1 | 30 | 3F |
| Octal | 164 | 162 | 316 | 54 | 55 | 0 | 23 | 361 | 60 | 77 |
| Binary | 1110100 | 1110010 | 11001110 | 101100 | 101101 | 0 | 10011 | 11110001 | 110000 | 111111 |
Color Harmonies of #7472CE
Complementary color
Monochromatic Colors of #7472CE
Black with #7472CE
Text Example
Text Example
White with #7472CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472CE; }
p { color: rgb(116,114,206); }
H1.HeaderClassName
{
color: #7472CE;
}
.AnyTagClassName
{
color: #7472CE;
}
</style>
background-color css
<style>
a { background-color: #7472CE; }
a { background-color: rgb(116,114,206); }
div.DivClassName
{
background-color: #7472CE;
}
.BgClassName
{
background-color: #7472CE;
}
</style>
border-color css
<style>
span { border-color: #7472CE; }
span { border-color: rgb(116,114,206); }
td.TdClassName
{
border-color: #7472CE;
}
.TagClassName
{
border-color: #7472CE;
}
</style>