Shades of Moody Blue #727EDC
Tints of Moody Blue #727EDC
RGB
CMYK
RGB Variations
Color information
#727EDC (or 0x727EDC) is known color: Moody Blue. HEX triplet: 72, 7E and DC. RGB value is (114,126,220). Sum of RGB (Red+Green+Blue) = 114+126+220=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #727EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EDC is #8D8123. Grayscale: #848484. Windows color (decimal): -9273636 or 14450290. OLE color: 14450290.
HSL color Cylindrical-coordinate representation of color #727EDC: hue angle of 233.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727EDC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 126 | 220 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.14 |
| HSL | 233.21º | 0.6% | 0.65% | - |
| HSV(B) | 233.21º | 0.48% | 0.86% | - |
| XYZ | 27.32 | 23.67 | 70.84 | - |
| YUV | 133.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 220 | 0.48 | 0.43 | 0 | 0.14 | 233.21 | 0.6 | 0.65 |
| Hex | 72 | 7E | DC | 30 | 2B | 0 | E | E9 | 3C | 41 |
| Octal | 162 | 176 | 334 | 60 | 53 | 0 | 16 | 351 | 74 | 101 |
| Binary | 1110010 | 1111110 | 11011100 | 110000 | 101011 | 0 | 1110 | 11101001 | 111100 | 1000001 |
Color Harmonies of #727EDC
Complementary color
Monochromatic Colors of #727EDC
Black with #727EDC
Text Example
Text Example
White with #727EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EDC; }
p { color: rgb(114,126,220); }
H1.HeaderClassName
{
color: #727EDC;
}
.AnyTagClassName
{
color: #727EDC;
}
</style>
background-color css
<style>
a { background-color: #727EDC; }
a { background-color: rgb(114,126,220); }
div.DivClassName
{
background-color: #727EDC;
}
.BgClassName
{
background-color: #727EDC;
}
</style>
border-color css
<style>
span { border-color: #727EDC; }
span { border-color: rgb(114,126,220); }
td.TdClassName
{
border-color: #727EDC;
}
.TagClassName
{
border-color: #727EDC;
}
</style>