Shades of Moody Blue #727ACE
Tints of Moody Blue #727ACE
RGB
CMYK
RGB Variations
Color information
#727ACE (or 0x727ACE) is known color: Moody Blue. HEX triplet: 72, 7A and CE. RGB value is (114,122,206). Sum of RGB (Red+Green+Blue) = 114+122+206=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #727ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACE is #8D8531. Grayscale: #808080. Windows color (decimal): -9274674 or 13531762. OLE color: 13531762.
HSL color Cylindrical-coordinate representation of color #727ACE: hue angle of 234.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727ACE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 122 | 206 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.19 |
| HSL | 234.78º | 0.48% | 0.63% | - |
| HSV(B) | 234.78º | 0.45% | 0.81% | - |
| XYZ | 25.04 | 21.95 | 61.31 | - |
| YUV | 129.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 206 | 0.45 | 0.41 | 0 | 0.19 | 234.78 | 0.48 | 0.63 |
| Hex | 72 | 7A | CE | 2D | 29 | 0 | 13 | EB | 30 | 3F |
| Octal | 162 | 172 | 316 | 55 | 51 | 0 | 23 | 353 | 60 | 77 |
| Binary | 1110010 | 1111010 | 11001110 | 101101 | 101001 | 0 | 10011 | 11101011 | 110000 | 111111 |
Color Harmonies of #727ACE
Complementary color
Monochromatic Colors of #727ACE
Black with #727ACE
Text Example
Text Example
White with #727ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727ACE; }
p { color: rgb(114,122,206); }
H1.HeaderClassName
{
color: #727ACE;
}
.AnyTagClassName
{
color: #727ACE;
}
</style>
background-color css
<style>
a { background-color: #727ACE; }
a { background-color: rgb(114,122,206); }
div.DivClassName
{
background-color: #727ACE;
}
.BgClassName
{
background-color: #727ACE;
}
</style>
border-color css
<style>
span { border-color: #727ACE; }
span { border-color: rgb(114,122,206); }
td.TdClassName
{
border-color: #727ACE;
}
.TagClassName
{
border-color: #727ACE;
}
</style>