Shades of Moody Blue #726ECB
Tints of Moody Blue #726ECB
RGB
CMYK
RGB Variations
Color information
#726ECB (or 0x726ECB) is known color: Moody Blue. HEX triplet: 72, 6E and CB. RGB value is (114,110,203). Sum of RGB (Red+Green+Blue) = 114+110+203=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #726ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECB is #8D9134. Grayscale: #797979. Windows color (decimal): -9277749 or 13332082. OLE color: 13332082.
HSL color Cylindrical-coordinate representation of color #726ECB: hue angle of 242.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726ECB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 110 | 203 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.20 |
| HSL | 242.58º | 0.47% | 0.61% | - |
| HSV(B) | 242.58º | 0.46% | 0.8% | - |
| XYZ | 23.29 | 19.04 | 58.95 | - |
| YUV | 121.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 203 | 0.44 | 0.46 | 0 | 0.20 | 242.58 | 0.47 | 0.61 |
| Hex | 72 | 6E | CB | 2C | 2E | 0 | 14 | F3 | 2F | 3D |
| Octal | 162 | 156 | 313 | 54 | 56 | 0 | 24 | 363 | 57 | 75 |
| Binary | 1110010 | 1101110 | 11001011 | 101100 | 101110 | 0 | 10100 | 11110011 | 101111 | 111101 |
Color Harmonies of #726ECB
Complementary color
Monochromatic Colors of #726ECB
Black with #726ECB
Text Example
Text Example
White with #726ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ECB; }
p { color: rgb(114,110,203); }
H1.HeaderClassName
{
color: #726ECB;
}
.AnyTagClassName
{
color: #726ECB;
}
</style>
background-color css
<style>
a { background-color: #726ECB; }
a { background-color: rgb(114,110,203); }
div.DivClassName
{
background-color: #726ECB;
}
.BgClassName
{
background-color: #726ECB;
}
</style>
border-color css
<style>
span { border-color: #726ECB; }
span { border-color: rgb(114,110,203); }
td.TdClassName
{
border-color: #726ECB;
}
.TagClassName
{
border-color: #726ECB;
}
</style>