Shades of Moody Blue #7F7DAE
Tints of Moody Blue #7F7DAE
RGB
CMYK
RGB Variations
Color information
#7F7DAE (or 0x7F7DAE) is known color: Moody Blue. HEX triplet: 7F, 7D and AE. RGB value is (127,125,174). Sum of RGB (Red+Green+Blue) = 127+125+174=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7DAE is #808251. Grayscale: #828282. Windows color (decimal): -8421970 or 11435391. OLE color: 11435391.
HSL color Cylindrical-coordinate representation of color #7F7DAE: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F7DAE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 125 | 174 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.32 |
| HSL | 242.45º | 0.23% | 0.59% | - |
| HSV(B) | 242.45º | 0.28% | 0.68% | - |
| XYZ | 23.73 | 22.24 | 43.09 | - |
| YUV | 131.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 174 | 0.27 | 0.28 | 0 | 0.32 | 242.45 | 0.23 | 0.59 |
| Hex | 7F | 7D | AE | 1B | 1C | 0 | 20 | F2 | 17 | 3B |
| Octal | 177 | 175 | 256 | 33 | 34 | 0 | 40 | 362 | 27 | 73 |
| Binary | 1111111 | 1111101 | 10101110 | 11011 | 11100 | 0 | 100000 | 11110010 | 10111 | 111011 |
Color Harmonies of #7F7DAE
Complementary color
Monochromatic Colors of #7F7DAE
Black with #7F7DAE
Text Example
Text Example
White with #7F7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DAE; }
p { color: rgb(127,125,174); }
H1.HeaderClassName
{
color: #7F7DAE;
}
.AnyTagClassName
{
color: #7F7DAE;
}
</style>
background-color css
<style>
a { background-color: #7F7DAE; }
a { background-color: rgb(127,125,174); }
div.DivClassName
{
background-color: #7F7DAE;
}
.BgClassName
{
background-color: #7F7DAE;
}
</style>
border-color css
<style>
span { border-color: #7F7DAE; }
span { border-color: rgb(127,125,174); }
td.TdClassName
{
border-color: #7F7DAE;
}
.TagClassName
{
border-color: #7F7DAE;
}
</style>