Shades of Moody Blue #727DDB
Tints of Moody Blue #727DDB
RGB
CMYK
RGB Variations
Color information
#727DDB (or 0x727DDB) is known color: Moody Blue. HEX triplet: 72, 7D and DB. RGB value is (114,125,219). Sum of RGB (Red+Green+Blue) = 114+125+219=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #727DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DDB is #8D8224. Grayscale: #848484. Windows color (decimal): -9273893 or 14384498. OLE color: 14384498.
HSL color Cylindrical-coordinate representation of color #727DDB: hue angle of 233.71º degrees, saturation: 0.59, 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 #727DDB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 125 | 219 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.14 |
| HSL | 233.71º | 0.59% | 0.65% | - |
| HSV(B) | 233.71º | 0.48% | 0.86% | - |
| XYZ | 27.06 | 23.36 | 70.1 | - |
| YUV | 132.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 219 | 0.48 | 0.43 | 0 | 0.14 | 233.71 | 0.59 | 0.65 |
| Hex | 72 | 7D | DB | 30 | 2B | 0 | E | EA | 3B | 41 |
| Octal | 162 | 175 | 333 | 60 | 53 | 0 | 16 | 352 | 73 | 101 |
| Binary | 1110010 | 1111101 | 11011011 | 110000 | 101011 | 0 | 1110 | 11101010 | 111011 | 1000001 |
Color Harmonies of #727DDB
Complementary color
Monochromatic Colors of #727DDB
Black with #727DDB
Text Example
Text Example
White with #727DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DDB; }
p { color: rgb(114,125,219); }
H1.HeaderClassName
{
color: #727DDB;
}
.AnyTagClassName
{
color: #727DDB;
}
</style>
background-color css
<style>
a { background-color: #727DDB; }
a { background-color: rgb(114,125,219); }
div.DivClassName
{
background-color: #727DDB;
}
.BgClassName
{
background-color: #727DDB;
}
</style>
border-color css
<style>
span { border-color: #727DDB; }
span { border-color: rgb(114,125,219); }
td.TdClassName
{
border-color: #727DDB;
}
.TagClassName
{
border-color: #727DDB;
}
</style>