Shades of Moody Blue #7277DA
Tints of Moody Blue #7277DA
RGB
CMYK
RGB Variations
Color information
#7277DA (or 0x7277DA) is known color: Moody Blue. HEX triplet: 72, 77 and DA. RGB value is (114,119,218). Sum of RGB (Red+Green+Blue) = 114+119+218=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #7277DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277DA is #8D8825. Grayscale: #808080. Windows color (decimal): -9275430 or 14317426. OLE color: 14317426.
HSL color Cylindrical-coordinate representation of color #7277DA: hue angle of 237.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7277DA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 119 | 218 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.15 |
| HSL | 237.12º | 0.58% | 0.65% | - |
| HSV(B) | 237.12º | 0.48% | 0.85% | - |
| XYZ | 26.19 | 21.83 | 69.16 | - |
| YUV | 128.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 218 | 0.48 | 0.45 | 0 | 0.15 | 237.12 | 0.58 | 0.65 |
| Hex | 72 | 77 | DA | 30 | 2D | 0 | F | ED | 3A | 41 |
| Octal | 162 | 167 | 332 | 60 | 55 | 0 | 17 | 355 | 72 | 101 |
| Binary | 1110010 | 1110111 | 11011010 | 110000 | 101101 | 0 | 1111 | 11101101 | 111010 | 1000001 |
Color Harmonies of #7277DA
Complementary color
Monochromatic Colors of #7277DA
Black with #7277DA
Text Example
Text Example
White with #7277DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277DA; }
p { color: rgb(114,119,218); }
H1.HeaderClassName
{
color: #7277DA;
}
.AnyTagClassName
{
color: #7277DA;
}
</style>
background-color css
<style>
a { background-color: #7277DA; }
a { background-color: rgb(114,119,218); }
div.DivClassName
{
background-color: #7277DA;
}
.BgClassName
{
background-color: #7277DA;
}
</style>
border-color css
<style>
span { border-color: #7277DA; }
span { border-color: rgb(114,119,218); }
td.TdClassName
{
border-color: #7277DA;
}
.TagClassName
{
border-color: #7277DA;
}
</style>