Shades of Moody Blue #727FDA
Tints of Moody Blue #727FDA
RGB
CMYK
RGB Variations
Color information
#727FDA (or 0x727FDA) is known color: Moody Blue. HEX triplet: 72, 7F and DA. RGB value is (114,127,218). Sum of RGB (Red+Green+Blue) = 114+127+218=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #727FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FDA is #8D8025. Grayscale: #858585. Windows color (decimal): -9273382 or 14319474. OLE color: 14319474.
HSL color Cylindrical-coordinate representation of color #727FDA: hue angle of 232.5º 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 #727FDA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 127 | 218 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.15 |
| HSL | 232.5º | 0.58% | 0.65% | - |
| HSV(B) | 232.5º | 0.48% | 0.85% | - |
| XYZ | 27.18 | 23.82 | 69.49 | - |
| YUV | 133.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 218 | 0.48 | 0.42 | 0 | 0.15 | 232.5 | 0.58 | 0.65 |
| Hex | 72 | 7F | DA | 30 | 2A | 0 | F | E8 | 3A | 41 |
| Octal | 162 | 177 | 332 | 60 | 52 | 0 | 17 | 350 | 72 | 101 |
| Binary | 1110010 | 1111111 | 11011010 | 110000 | 101010 | 0 | 1111 | 11101000 | 111010 | 1000001 |
Color Harmonies of #727FDA
Complementary color
Monochromatic Colors of #727FDA
Black with #727FDA
Text Example
Text Example
White with #727FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FDA; }
p { color: rgb(114,127,218); }
H1.HeaderClassName
{
color: #727FDA;
}
.AnyTagClassName
{
color: #727FDA;
}
</style>
background-color css
<style>
a { background-color: #727FDA; }
a { background-color: rgb(114,127,218); }
div.DivClassName
{
background-color: #727FDA;
}
.BgClassName
{
background-color: #727FDA;
}
</style>
border-color css
<style>
span { border-color: #727FDA; }
span { border-color: rgb(114,127,218); }
td.TdClassName
{
border-color: #727FDA;
}
.TagClassName
{
border-color: #727FDA;
}
</style>