Shades of Moody Blue #727CD2
Tints of Moody Blue #727CD2
RGB
CMYK
RGB Variations
Color information
#727CD2 (or 0x727CD2) is known color: Moody Blue. HEX triplet: 72, 7C and D2. RGB value is (114,124,210). Sum of RGB (Red+Green+Blue) = 114+124+210=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #727CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CD2 is #8D832D. Grayscale: #828282. Windows color (decimal): -9274158 or 13794418. OLE color: 13794418.
HSL color Cylindrical-coordinate representation of color #727CD2: hue angle of 233.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727CD2 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 124 | 210 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.18 |
| HSL | 233.75º | 0.52% | 0.64% | - |
| HSV(B) | 233.75º | 0.46% | 0.82% | - |
| XYZ | 25.78 | 22.65 | 63.99 | - |
| YUV | 130.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 210 | 0.46 | 0.41 | 0 | 0.18 | 233.75 | 0.52 | 0.64 |
| Hex | 72 | 7C | D2 | 2E | 29 | 0 | 12 | EA | 34 | 40 |
| Octal | 162 | 174 | 322 | 56 | 51 | 0 | 22 | 352 | 64 | 100 |
| Binary | 1110010 | 1111100 | 11010010 | 101110 | 101001 | 0 | 10010 | 11101010 | 110100 | 1000000 |
Color Harmonies of #727CD2
Complementary color
Monochromatic Colors of #727CD2
Black with #727CD2
Text Example
Text Example
White with #727CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CD2; }
p { color: rgb(114,124,210); }
H1.HeaderClassName
{
color: #727CD2;
}
.AnyTagClassName
{
color: #727CD2;
}
</style>
background-color css
<style>
a { background-color: #727CD2; }
a { background-color: rgb(114,124,210); }
div.DivClassName
{
background-color: #727CD2;
}
.BgClassName
{
background-color: #727CD2;
}
</style>
border-color css
<style>
span { border-color: #727CD2; }
span { border-color: rgb(114,124,210); }
td.TdClassName
{
border-color: #727CD2;
}
.TagClassName
{
border-color: #727CD2;
}
</style>