Shades of Moody Blue #727BCC
Tints of Moody Blue #727BCC
RGB
CMYK
RGB Variations
Color information
#727BCC (or 0x727BCC) is known color: Moody Blue. HEX triplet: 72, 7B and CC. RGB value is (114,123,204). Sum of RGB (Red+Green+Blue) = 114+123+204=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #727BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCC is #8D8433. Grayscale: #818181. Windows color (decimal): -9274420 or 13400946. OLE color: 13400946.
HSL color Cylindrical-coordinate representation of color #727BCC: hue angle of 234º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727BCC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 123 | 204 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.2 |
| HSL | 234º | 0.47% | 0.62% | - |
| HSV(B) | 234º | 0.44% | 0.8% | - |
| XYZ | 24.92 | 22.1 | 60.08 | - |
| YUV | 129.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 204 | 0.44 | 0.40 | 0 | 0.2 | 234 | 0.47 | 0.62 |
| Hex | 72 | 7B | CC | 2C | 28 | 0 | 14 | EA | 2F | 3E |
| Octal | 162 | 173 | 314 | 54 | 50 | 0 | 24 | 352 | 57 | 76 |
| Binary | 1110010 | 1111011 | 11001100 | 101100 | 101000 | 0 | 10100 | 11101010 | 101111 | 111110 |
Color Harmonies of #727BCC
Complementary color
Monochromatic Colors of #727BCC
Black with #727BCC
Text Example
Text Example
White with #727BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BCC; }
p { color: rgb(114,123,204); }
H1.HeaderClassName
{
color: #727BCC;
}
.AnyTagClassName
{
color: #727BCC;
}
</style>
background-color css
<style>
a { background-color: #727BCC; }
a { background-color: rgb(114,123,204); }
div.DivClassName
{
background-color: #727BCC;
}
.BgClassName
{
background-color: #727BCC;
}
</style>
border-color css
<style>
span { border-color: #727BCC; }
span { border-color: rgb(114,123,204); }
td.TdClassName
{
border-color: #727BCC;
}
.TagClassName
{
border-color: #727BCC;
}
</style>