Shades of Moody Blue #7F72D0
Tints of Moody Blue #7F72D0
RGB
CMYK
RGB Variations
Color information
#7F72D0 (or 0x7F72D0) is known color: Moody Blue. HEX triplet: 7F, 72 and D0. RGB value is (127,114,208). Sum of RGB (Red+Green+Blue) = 127+114+208=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F72D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72D0 is #808D2F. Grayscale: #808080. Windows color (decimal): -8424752 or 13660799. OLE color: 13660799.
HSL color Cylindrical-coordinate representation of color #7F72D0: hue angle of 248.3º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F72D0 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 114 | 208 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.18 |
| HSL | 248.3º | 0.5% | 0.63% | - |
| HSV(B) | 248.3º | 0.45% | 0.82% | - |
| XYZ | 26.15 | 21.1 | 62.37 | - |
| YUV | 128.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 208 | 0.39 | 0.45 | 0 | 0.18 | 248.3 | 0.5 | 0.63 |
| Hex | 7F | 72 | D0 | 27 | 2D | 0 | 12 | F8 | 32 | 3F |
| Octal | 177 | 162 | 320 | 47 | 55 | 0 | 22 | 370 | 62 | 77 |
| Binary | 1111111 | 1110010 | 11010000 | 100111 | 101101 | 0 | 10010 | 11111000 | 110010 | 111111 |
Color Harmonies of #7F72D0
Complementary color
Monochromatic Colors of #7F72D0
Black with #7F72D0
Text Example
Text Example
White with #7F72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F72D0; }
p { color: rgb(127,114,208); }
H1.HeaderClassName
{
color: #7F72D0;
}
.AnyTagClassName
{
color: #7F72D0;
}
</style>
background-color css
<style>
a { background-color: #7F72D0; }
a { background-color: rgb(127,114,208); }
div.DivClassName
{
background-color: #7F72D0;
}
.BgClassName
{
background-color: #7F72D0;
}
</style>
border-color css
<style>
span { border-color: #7F72D0; }
span { border-color: rgb(127,114,208); }
td.TdClassName
{
border-color: #7F72D0;
}
.TagClassName
{
border-color: #7F72D0;
}
</style>