Shades of Moody Blue #727BD2
Tints of Moody Blue #727BD2
RGB
CMYK
RGB Variations
Color information
#727BD2 (or 0x727BD2) is known color: Moody Blue. HEX triplet: 72, 7B and D2. RGB value is (114,123,210). Sum of RGB (Red+Green+Blue) = 114+123+210=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #727BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BD2 is #8D842D. Grayscale: #818181. Windows color (decimal): -9274414 or 13794162. OLE color: 13794162.
HSL color Cylindrical-coordinate representation of color #727BD2: hue angle of 234.38º 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 #727BD2 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 123 | 210 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.18 |
| HSL | 234.38º | 0.52% | 0.64% | - |
| HSV(B) | 234.38º | 0.46% | 0.82% | - |
| XYZ | 25.66 | 22.4 | 63.94 | - |
| YUV | 130.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 210 | 0.46 | 0.41 | 0 | 0.18 | 234.38 | 0.52 | 0.64 |
| Hex | 72 | 7B | D2 | 2E | 29 | 0 | 12 | EA | 34 | 40 |
| Octal | 162 | 173 | 322 | 56 | 51 | 0 | 22 | 352 | 64 | 100 |
| Binary | 1110010 | 1111011 | 11010010 | 101110 | 101001 | 0 | 10010 | 11101010 | 110100 | 1000000 |
Color Harmonies of #727BD2
Complementary color
Monochromatic Colors of #727BD2
Black with #727BD2
Text Example
Text Example
White with #727BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BD2; }
p { color: rgb(114,123,210); }
H1.HeaderClassName
{
color: #727BD2;
}
.AnyTagClassName
{
color: #727BD2;
}
</style>
background-color css
<style>
a { background-color: #727BD2; }
a { background-color: rgb(114,123,210); }
div.DivClassName
{
background-color: #727BD2;
}
.BgClassName
{
background-color: #727BD2;
}
</style>
border-color css
<style>
span { border-color: #727BD2; }
span { border-color: rgb(114,123,210); }
td.TdClassName
{
border-color: #727BD2;
}
.TagClassName
{
border-color: #727BD2;
}
</style>