Shades of Moody Blue #7F6EBD
Tints of Moody Blue #7F6EBD
RGB
CMYK
RGB Variations
Color information
#7F6EBD (or 0x7F6EBD) is known color: Moody Blue. HEX triplet: 7F, 6E and BD. RGB value is (127,110,189). Sum of RGB (Red+Green+Blue) = 127+110+189=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6EBD is #809142. Grayscale: #7B7B7B. Windows color (decimal): -8425795 or 12414591. OLE color: 12414591.
HSL color Cylindrical-coordinate representation of color #7F6EBD: hue angle of 252.91º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F6EBD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 110 | 189 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.26 |
| HSL | 252.91º | 0.37% | 0.59% | - |
| HSV(B) | 252.91º | 0.42% | 0.74% | - |
| XYZ | 23.51 | 19.34 | 50.64 | - |
| YUV | 124.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 189 | 0.33 | 0.42 | 0 | 0.26 | 252.91 | 0.37 | 0.59 |
| Hex | 7F | 6E | BD | 21 | 2A | 0 | 1A | FD | 25 | 3B |
| Octal | 177 | 156 | 275 | 41 | 52 | 0 | 32 | 375 | 45 | 73 |
| Binary | 1111111 | 1101110 | 10111101 | 100001 | 101010 | 0 | 11010 | 11111101 | 100101 | 111011 |
Color Harmonies of #7F6EBD
Complementary color
Monochromatic Colors of #7F6EBD
Black with #7F6EBD
Text Example
Text Example
White with #7F6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6EBD; }
p { color: rgb(127,110,189); }
H1.HeaderClassName
{
color: #7F6EBD;
}
.AnyTagClassName
{
color: #7F6EBD;
}
</style>
background-color css
<style>
a { background-color: #7F6EBD; }
a { background-color: rgb(127,110,189); }
div.DivClassName
{
background-color: #7F6EBD;
}
.BgClassName
{
background-color: #7F6EBD;
}
</style>
border-color css
<style>
span { border-color: #7F6EBD; }
span { border-color: rgb(127,110,189); }
td.TdClassName
{
border-color: #7F6EBD;
}
.TagClassName
{
border-color: #7F6EBD;
}
</style>