Shades of Moody Blue #7F7DD6
Tints of Moody Blue #7F7DD6
RGB
CMYK
RGB Variations
Color information
#7F7DD6 (or 0x7F7DD6) is known color: Moody Blue. HEX triplet: 7F, 7D and D6. RGB value is (127,125,214). Sum of RGB (Red+Green+Blue) = 127+125+214=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F7DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DD6 is #808229. Grayscale: #878787. Windows color (decimal): -8421930 or 14056831. OLE color: 14056831.
HSL color Cylindrical-coordinate representation of color #7F7DD6: hue angle of 241.35º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F7DD6 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 125 | 214 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.16 |
| HSL | 241.35º | 0.52% | 0.66% | - |
| HSV(B) | 241.35º | 0.42% | 0.84% | - |
| XYZ | 28.22 | 24.03 | 66.77 | - |
| YUV | 135.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 214 | 0.41 | 0.42 | 0 | 0.16 | 241.35 | 0.52 | 0.66 |
| Hex | 7F | 7D | D6 | 29 | 2A | 0 | 10 | F1 | 34 | 42 |
| Octal | 177 | 175 | 326 | 51 | 52 | 0 | 20 | 361 | 64 | 102 |
| Binary | 1111111 | 1111101 | 11010110 | 101001 | 101010 | 0 | 10000 | 11110001 | 110100 | 1000010 |
Color Harmonies of #7F7DD6
Complementary color
Monochromatic Colors of #7F7DD6
Black with #7F7DD6
Text Example
Text Example
White with #7F7DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DD6; }
p { color: rgb(127,125,214); }
H1.HeaderClassName
{
color: #7F7DD6;
}
.AnyTagClassName
{
color: #7F7DD6;
}
</style>
background-color css
<style>
a { background-color: #7F7DD6; }
a { background-color: rgb(127,125,214); }
div.DivClassName
{
background-color: #7F7DD6;
}
.BgClassName
{
background-color: #7F7DD6;
}
</style>
border-color css
<style>
span { border-color: #7F7DD6; }
span { border-color: rgb(127,125,214); }
td.TdClassName
{
border-color: #7F7DD6;
}
.TagClassName
{
border-color: #7F7DD6;
}
</style>