Shades of Moody Blue #727BDA
Tints of Moody Blue #727BDA
RGB
CMYK
RGB Variations
Color information
#727BDA (or 0x727BDA) is known color: Moody Blue. HEX triplet: 72, 7B and DA. RGB value is (114,123,218). Sum of RGB (Red+Green+Blue) = 114+123+218=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #727BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BDA is #8D8425. Grayscale: #828282. Windows color (decimal): -9274406 or 14318450. OLE color: 14318450.
HSL color Cylindrical-coordinate representation of color #727BDA: hue angle of 234.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727BDA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 123 | 218 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.15 |
| HSL | 234.81º | 0.58% | 0.65% | - |
| HSV(B) | 234.81º | 0.48% | 0.85% | - |
| XYZ | 26.68 | 22.81 | 69.33 | - |
| YUV | 131.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 218 | 0.48 | 0.44 | 0 | 0.15 | 234.81 | 0.58 | 0.65 |
| Hex | 72 | 7B | DA | 30 | 2C | 0 | F | EB | 3A | 41 |
| Octal | 162 | 173 | 332 | 60 | 54 | 0 | 17 | 353 | 72 | 101 |
| Binary | 1110010 | 1111011 | 11011010 | 110000 | 101100 | 0 | 1111 | 11101011 | 111010 | 1000001 |
Color Harmonies of #727BDA
Complementary color
Monochromatic Colors of #727BDA
Black with #727BDA
Text Example
Text Example
White with #727BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BDA; }
p { color: rgb(114,123,218); }
H1.HeaderClassName
{
color: #727BDA;
}
.AnyTagClassName
{
color: #727BDA;
}
</style>
background-color css
<style>
a { background-color: #727BDA; }
a { background-color: rgb(114,123,218); }
div.DivClassName
{
background-color: #727BDA;
}
.BgClassName
{
background-color: #727BDA;
}
</style>
border-color css
<style>
span { border-color: #727BDA; }
span { border-color: rgb(114,123,218); }
td.TdClassName
{
border-color: #727BDA;
}
.TagClassName
{
border-color: #727BDA;
}
</style>