Shades of Moody Blue #7272C9
Tints of Moody Blue #7272C9
RGB
CMYK
RGB Variations
Color information
#7272C9 (or 0x7272C9) is known color: Moody Blue. HEX triplet: 72, 72 and C9. RGB value is (114,114,201). Sum of RGB (Red+Green+Blue) = 114+114+201=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #7272C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7272C9 is #8D8D36. Grayscale: #7B7B7B. Windows color (decimal): -9276727 or 13202034. OLE color: 13202034.
HSL color Cylindrical-coordinate representation of color #7272C9: hue angle of 240º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7272C9 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 114 | 201 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.21 |
| HSL | 240º | 0.45% | 0.62% | - |
| HSV(B) | 240º | 0.43% | 0.79% | - |
| XYZ | 23.5 | 19.83 | 57.85 | - |
| YUV | 123.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 201 | 0.43 | 0.43 | 0 | 0.21 | 240 | 0.45 | 0.62 |
| Hex | 72 | 72 | C9 | 2B | 2B | 0 | 15 | F0 | 2D | 3E |
| Octal | 162 | 162 | 311 | 53 | 53 | 0 | 25 | 360 | 55 | 76 |
| Binary | 1110010 | 1110010 | 11001001 | 101011 | 101011 | 0 | 10101 | 11110000 | 101101 | 111110 |
Color Harmonies of #7272C9
Complementary color
Monochromatic Colors of #7272C9
Black with #7272C9
Text Example
Text Example
White with #7272C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7272C9; }
p { color: rgb(114,114,201); }
H1.HeaderClassName
{
color: #7272C9;
}
.AnyTagClassName
{
color: #7272C9;
}
</style>
background-color css
<style>
a { background-color: #7272C9; }
a { background-color: rgb(114,114,201); }
div.DivClassName
{
background-color: #7272C9;
}
.BgClassName
{
background-color: #7272C9;
}
</style>
border-color css
<style>
span { border-color: #7272C9; }
span { border-color: rgb(114,114,201); }
td.TdClassName
{
border-color: #7272C9;
}
.TagClassName
{
border-color: #7272C9;
}
</style>