Shades of Moody Blue #727ACF
Tints of Moody Blue #727ACF
RGB
CMYK
RGB Variations
Color information
#727ACF (or 0x727ACF) is known color: Moody Blue. HEX triplet: 72, 7A and CF. RGB value is (114,122,207). Sum of RGB (Red+Green+Blue) = 114+122+207=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #727ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACF is #8D8530. Grayscale: #808080. Windows color (decimal): -9274673 or 13597298. OLE color: 13597298.
HSL color Cylindrical-coordinate representation of color #727ACF: hue angle of 234.84º degrees, saturation: 0.49, 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 #727ACF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 122 | 207 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.19 |
| HSL | 234.84º | 0.49% | 0.63% | - |
| HSV(B) | 234.84º | 0.45% | 0.81% | - |
| XYZ | 25.16 | 22 | 61.95 | - |
| YUV | 129.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 207 | 0.45 | 0.41 | 0 | 0.19 | 234.84 | 0.49 | 0.63 |
| Hex | 72 | 7A | CF | 2D | 29 | 0 | 13 | EB | 31 | 3F |
| Octal | 162 | 172 | 317 | 55 | 51 | 0 | 23 | 353 | 61 | 77 |
| Binary | 1110010 | 1111010 | 11001111 | 101101 | 101001 | 0 | 10011 | 11101011 | 110001 | 111111 |
Color Harmonies of #727ACF
Complementary color
Monochromatic Colors of #727ACF
Black with #727ACF
Text Example
Text Example
White with #727ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727ACF; }
p { color: rgb(114,122,207); }
H1.HeaderClassName
{
color: #727ACF;
}
.AnyTagClassName
{
color: #727ACF;
}
</style>
background-color css
<style>
a { background-color: #727ACF; }
a { background-color: rgb(114,122,207); }
div.DivClassName
{
background-color: #727ACF;
}
.BgClassName
{
background-color: #727ACF;
}
</style>
border-color css
<style>
span { border-color: #727ACF; }
span { border-color: rgb(114,122,207); }
td.TdClassName
{
border-color: #727ACF;
}
.TagClassName
{
border-color: #727ACF;
}
</style>