Shades of Moody Blue #726ECF
Tints of Moody Blue #726ECF
RGB
CMYK
RGB Variations
Color information
#726ECF (or 0x726ECF) is known color: Moody Blue. HEX triplet: 72, 6E and CF. RGB value is (114,110,207). Sum of RGB (Red+Green+Blue) = 114+110+207=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #726ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECF is #8D9130. Grayscale: #797979. Windows color (decimal): -9277745 or 13594226. OLE color: 13594226.
HSL color Cylindrical-coordinate representation of color #726ECF: hue angle of 242.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726ECF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 110 | 207 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.19 |
| HSL | 242.47º | 0.5% | 0.62% | - |
| HSV(B) | 242.47º | 0.47% | 0.81% | - |
| XYZ | 23.78 | 19.23 | 61.49 | - |
| YUV | 122.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 207 | 0.45 | 0.47 | 0 | 0.19 | 242.47 | 0.5 | 0.62 |
| Hex | 72 | 6E | CF | 2D | 2F | 0 | 13 | F2 | 32 | 3E |
| Octal | 162 | 156 | 317 | 55 | 57 | 0 | 23 | 362 | 62 | 76 |
| Binary | 1110010 | 1101110 | 11001111 | 101101 | 101111 | 0 | 10011 | 11110010 | 110010 | 111110 |
Color Harmonies of #726ECF
Complementary color
Monochromatic Colors of #726ECF
Black with #726ECF
Text Example
Text Example
White with #726ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ECF; }
p { color: rgb(114,110,207); }
H1.HeaderClassName
{
color: #726ECF;
}
.AnyTagClassName
{
color: #726ECF;
}
</style>
background-color css
<style>
a { background-color: #726ECF; }
a { background-color: rgb(114,110,207); }
div.DivClassName
{
background-color: #726ECF;
}
.BgClassName
{
background-color: #726ECF;
}
</style>
border-color css
<style>
span { border-color: #726ECF; }
span { border-color: rgb(114,110,207); }
td.TdClassName
{
border-color: #726ECF;
}
.TagClassName
{
border-color: #726ECF;
}
</style>