Shades of Moody Blue #727EDD
Tints of Moody Blue #727EDD
RGB
CMYK
RGB Variations
Color information
#727EDD (or 0x727EDD) is known color: Moody Blue. HEX triplet: 72, 7E and DD. RGB value is (114,126,221). Sum of RGB (Red+Green+Blue) = 114+126+221=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #727EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EDD is #8D8122. Grayscale: #848484. Windows color (decimal): -9273635 or 14515826. OLE color: 14515826.
HSL color Cylindrical-coordinate representation of color #727EDD: hue angle of 233.27º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727EDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 126 | 221 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 233.27º | 0.61% | 0.66% | - |
| HSV(B) | 233.27º | 0.48% | 0.87% | - |
| XYZ | 27.45 | 23.72 | 71.54 | - |
| YUV | 133.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 221 | 0.48 | 0.43 | 0 | 0.13 | 233.27 | 0.61 | 0.66 |
| Hex | 72 | 7E | DD | 30 | 2B | 0 | D | E9 | 3D | 42 |
| Octal | 162 | 176 | 335 | 60 | 53 | 0 | 15 | 351 | 75 | 102 |
| Binary | 1110010 | 1111110 | 11011101 | 110000 | 101011 | 0 | 1101 | 11101001 | 111101 | 1000010 |
Color Harmonies of #727EDD
Complementary color
Monochromatic Colors of #727EDD
Black with #727EDD
Text Example
Text Example
White with #727EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EDD; }
p { color: rgb(114,126,221); }
H1.HeaderClassName
{
color: #727EDD;
}
.AnyTagClassName
{
color: #727EDD;
}
</style>
background-color css
<style>
a { background-color: #727EDD; }
a { background-color: rgb(114,126,221); }
div.DivClassName
{
background-color: #727EDD;
}
.BgClassName
{
background-color: #727EDD;
}
</style>
border-color css
<style>
span { border-color: #727EDD; }
span { border-color: rgb(114,126,221); }
td.TdClassName
{
border-color: #727EDD;
}
.TagClassName
{
border-color: #727EDD;
}
</style>