Shades of Moody Blue #7F7DB6
Tints of Moody Blue #7F7DB6
RGB
CMYK
RGB Variations
Color information
#7F7DB6 (or 0x7F7DB6) is known color: Moody Blue. HEX triplet: 7F, 7D and B6. RGB value is (127,125,182). Sum of RGB (Red+Green+Blue) = 127+125+182=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F7DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DB6 is #808249. Grayscale: #838383. Windows color (decimal): -8421962 or 11959679. OLE color: 11959679.
HSL color Cylindrical-coordinate representation of color #7F7DB6: hue angle of 242.11º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F7DB6 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 125 | 182 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.29 |
| HSL | 242.11º | 0.28% | 0.6% | - |
| HSV(B) | 242.11º | 0.31% | 0.71% | - |
| XYZ | 24.53 | 22.56 | 47.32 | - |
| YUV | 132.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 182 | 0.30 | 0.31 | 0 | 0.29 | 242.11 | 0.28 | 0.6 |
| Hex | 7F | 7D | B6 | 1E | 1F | 0 | 1D | F2 | 1C | 3C |
| Octal | 177 | 175 | 266 | 36 | 37 | 0 | 35 | 362 | 34 | 74 |
| Binary | 1111111 | 1111101 | 10110110 | 11110 | 11111 | 0 | 11101 | 11110010 | 11100 | 111100 |
Color Harmonies of #7F7DB6
Complementary color
Monochromatic Colors of #7F7DB6
Black with #7F7DB6
Text Example
Text Example
White with #7F7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DB6; }
p { color: rgb(127,125,182); }
H1.HeaderClassName
{
color: #7F7DB6;
}
.AnyTagClassName
{
color: #7F7DB6;
}
</style>
background-color css
<style>
a { background-color: #7F7DB6; }
a { background-color: rgb(127,125,182); }
div.DivClassName
{
background-color: #7F7DB6;
}
.BgClassName
{
background-color: #7F7DB6;
}
</style>
border-color css
<style>
span { border-color: #7F7DB6; }
span { border-color: rgb(127,125,182); }
td.TdClassName
{
border-color: #7F7DB6;
}
.TagClassName
{
border-color: #7F7DB6;
}
</style>