Shades of Moody Blue #727FDB
Tints of Moody Blue #727FDB
RGB
CMYK
RGB Variations
Color information
#727FDB (or 0x727FDB) is known color: Moody Blue. HEX triplet: 72, 7F and DB. RGB value is (114,127,219). Sum of RGB (Red+Green+Blue) = 114+127+219=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #727FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FDB is #8D8024. Grayscale: #858585. Windows color (decimal): -9273381 or 14385010. OLE color: 14385010.
HSL color Cylindrical-coordinate representation of color #727FDB: hue angle of 232.57º 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 #727FDB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 127 | 219 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 232.57º | 0.59% | 0.65% | - |
| HSV(B) | 232.57º | 0.48% | 0.86% | - |
| XYZ | 27.31 | 23.87 | 70.19 | - |
| YUV | 133.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 219 | 0.48 | 0.42 | 0 | 0.14 | 232.57 | 0.59 | 0.65 |
| Hex | 72 | 7F | DB | 30 | 2A | 0 | E | E9 | 3B | 41 |
| Octal | 162 | 177 | 333 | 60 | 52 | 0 | 16 | 351 | 73 | 101 |
| Binary | 1110010 | 1111111 | 11011011 | 110000 | 101010 | 0 | 1110 | 11101001 | 111011 | 1000001 |
Color Harmonies of #727FDB
Complementary color
Monochromatic Colors of #727FDB
Black with #727FDB
Text Example
Text Example
White with #727FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FDB; }
p { color: rgb(114,127,219); }
H1.HeaderClassName
{
color: #727FDB;
}
.AnyTagClassName
{
color: #727FDB;
}
</style>
background-color css
<style>
a { background-color: #727FDB; }
a { background-color: rgb(114,127,219); }
div.DivClassName
{
background-color: #727FDB;
}
.BgClassName
{
background-color: #727FDB;
}
</style>
border-color css
<style>
span { border-color: #727FDB; }
span { border-color: rgb(114,127,219); }
td.TdClassName
{
border-color: #727FDB;
}
.TagClassName
{
border-color: #727FDB;
}
</style>