Shades of Moody Blue #7372CC
Tints of Moody Blue #7372CC
RGB
CMYK
RGB Variations
Color information
#7372CC (or 0x7372CC) is known color: Moody Blue. HEX triplet: 73, 72 and CC. RGB value is (115,114,204). Sum of RGB (Red+Green+Blue) = 115+114+204=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #7372CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372CC is #8C8D33. Grayscale: #7C7C7C. Windows color (decimal): -9211188 or 13398643. OLE color: 13398643.
HSL color Cylindrical-coordinate representation of color #7372CC: hue angle of 240.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7372CC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 114 | 204 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.2 |
| HSL | 240.67º | 0.47% | 0.62% | - |
| HSV(B) | 240.67º | 0.44% | 0.8% | - |
| XYZ | 23.99 | 20.04 | 59.73 | - |
| YUV | 124.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 204 | 0.44 | 0.44 | 0 | 0.2 | 240.67 | 0.47 | 0.62 |
| Hex | 73 | 72 | CC | 2C | 2C | 0 | 14 | F1 | 2F | 3E |
| Octal | 163 | 162 | 314 | 54 | 54 | 0 | 24 | 361 | 57 | 76 |
| Binary | 1110011 | 1110010 | 11001100 | 101100 | 101100 | 0 | 10100 | 11110001 | 101111 | 111110 |
Color Harmonies of #7372CC
Complementary color
Monochromatic Colors of #7372CC
Black with #7372CC
Text Example
Text Example
White with #7372CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372CC; }
p { color: rgb(115,114,204); }
H1.HeaderClassName
{
color: #7372CC;
}
.AnyTagClassName
{
color: #7372CC;
}
</style>
background-color css
<style>
a { background-color: #7372CC; }
a { background-color: rgb(115,114,204); }
div.DivClassName
{
background-color: #7372CC;
}
.BgClassName
{
background-color: #7372CC;
}
</style>
border-color css
<style>
span { border-color: #7372CC; }
span { border-color: rgb(115,114,204); }
td.TdClassName
{
border-color: #7372CC;
}
.TagClassName
{
border-color: #7372CC;
}
</style>