Shades of Moody Blue #7276C9
Tints of Moody Blue #7276C9
RGB
CMYK
RGB Variations
Color information
#7276C9 (or 0x7276C9) is known color: Moody Blue. HEX triplet: 72, 76 and C9. RGB value is (114,118,201). Sum of RGB (Red+Green+Blue) = 114+118+201=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #7276C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276C9 is #8D8936. Grayscale: #7D7D7D. Windows color (decimal): -9275703 or 13203058. OLE color: 13203058.
HSL color Cylindrical-coordinate representation of color #7276C9: hue angle of 237.24º 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 #7276C9 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 118 | 201 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.21 |
| HSL | 237.24º | 0.45% | 0.62% | - |
| HSV(B) | 237.24º | 0.43% | 0.79% | - |
| XYZ | 23.96 | 20.75 | 58 | - |
| YUV | 126.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 201 | 0.43 | 0.41 | 0 | 0.21 | 237.24 | 0.45 | 0.62 |
| Hex | 72 | 76 | C9 | 2B | 29 | 0 | 15 | ED | 2D | 3E |
| Octal | 162 | 166 | 311 | 53 | 51 | 0 | 25 | 355 | 55 | 76 |
| Binary | 1110010 | 1110110 | 11001001 | 101011 | 101001 | 0 | 10101 | 11101101 | 101101 | 111110 |
Color Harmonies of #7276C9
Complementary color
Monochromatic Colors of #7276C9
Black with #7276C9
Text Example
Text Example
White with #7276C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7276C9; }
p { color: rgb(114,118,201); }
H1.HeaderClassName
{
color: #7276C9;
}
.AnyTagClassName
{
color: #7276C9;
}
</style>
background-color css
<style>
a { background-color: #7276C9; }
a { background-color: rgb(114,118,201); }
div.DivClassName
{
background-color: #7276C9;
}
.BgClassName
{
background-color: #7276C9;
}
</style>
border-color css
<style>
span { border-color: #7276C9; }
span { border-color: rgb(114,118,201); }
td.TdClassName
{
border-color: #7276C9;
}
.TagClassName
{
border-color: #7276C9;
}
</style>