Shades of Moody Blue #727CDB
Tints of Moody Blue #727CDB
RGB
CMYK
RGB Variations
Color information
#727CDB (or 0x727CDB) is known color: Moody Blue. HEX triplet: 72, 7C and DB. RGB value is (114,124,219). Sum of RGB (Red+Green+Blue) = 114+124+219=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #727CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CDB is #8D8324. Grayscale: #838383. Windows color (decimal): -9274149 or 14384242. OLE color: 14384242.
HSL color Cylindrical-coordinate representation of color #727CDB: hue angle of 234.29º 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 #727CDB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 124 | 219 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.14 |
| HSL | 234.29º | 0.59% | 0.65% | - |
| HSV(B) | 234.29º | 0.48% | 0.86% | - |
| XYZ | 26.93 | 23.11 | 70.06 | - |
| YUV | 131.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 219 | 0.48 | 0.43 | 0 | 0.14 | 234.29 | 0.59 | 0.65 |
| Hex | 72 | 7C | DB | 30 | 2B | 0 | E | EA | 3B | 41 |
| Octal | 162 | 174 | 333 | 60 | 53 | 0 | 16 | 352 | 73 | 101 |
| Binary | 1110010 | 1111100 | 11011011 | 110000 | 101011 | 0 | 1110 | 11101010 | 111011 | 1000001 |
Color Harmonies of #727CDB
Complementary color
Monochromatic Colors of #727CDB
Black with #727CDB
Text Example
Text Example
White with #727CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CDB; }
p { color: rgb(114,124,219); }
H1.HeaderClassName
{
color: #727CDB;
}
.AnyTagClassName
{
color: #727CDB;
}
</style>
background-color css
<style>
a { background-color: #727CDB; }
a { background-color: rgb(114,124,219); }
div.DivClassName
{
background-color: #727CDB;
}
.BgClassName
{
background-color: #727CDB;
}
</style>
border-color css
<style>
span { border-color: #727CDB; }
span { border-color: rgb(114,124,219); }
td.TdClassName
{
border-color: #727CDB;
}
.TagClassName
{
border-color: #727CDB;
}
</style>