Shades of Moody Blue #7277D9
Tints of Moody Blue #7277D9
RGB
CMYK
RGB Variations
Color information
#7277D9 (or 0x7277D9) is known color: Moody Blue. HEX triplet: 72, 77 and D9. RGB value is (114,119,217). Sum of RGB (Red+Green+Blue) = 114+119+217=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #7277D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277D9 is #8D8826. Grayscale: #808080. Windows color (decimal): -9275431 or 14251890. OLE color: 14251890.
HSL color Cylindrical-coordinate representation of color #7277D9: hue angle of 237.09º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7277D9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 119 | 217 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.15 |
| HSL | 237.09º | 0.58% | 0.65% | - |
| HSV(B) | 237.09º | 0.47% | 0.85% | - |
| XYZ | 26.06 | 21.78 | 68.48 | - |
| YUV | 128.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 217 | 0.47 | 0.45 | 0 | 0.15 | 237.09 | 0.58 | 0.65 |
| Hex | 72 | 77 | D9 | 2F | 2D | 0 | F | ED | 3A | 41 |
| Octal | 162 | 167 | 331 | 57 | 55 | 0 | 17 | 355 | 72 | 101 |
| Binary | 1110010 | 1110111 | 11011001 | 101111 | 101101 | 0 | 1111 | 11101101 | 111010 | 1000001 |
Color Harmonies of #7277D9
Complementary color
Monochromatic Colors of #7277D9
Black with #7277D9
Text Example
Text Example
White with #7277D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277D9; }
p { color: rgb(114,119,217); }
H1.HeaderClassName
{
color: #7277D9;
}
.AnyTagClassName
{
color: #7277D9;
}
</style>
background-color css
<style>
a { background-color: #7277D9; }
a { background-color: rgb(114,119,217); }
div.DivClassName
{
background-color: #7277D9;
}
.BgClassName
{
background-color: #7277D9;
}
</style>
border-color css
<style>
span { border-color: #7277D9; }
span { border-color: rgb(114,119,217); }
td.TdClassName
{
border-color: #7277D9;
}
.TagClassName
{
border-color: #7277D9;
}
</style>