Shades of Moody Blue #7E6BBF
Tints of Moody Blue #7E6BBF
RGB
CMYK
RGB Variations
Color information
#7E6BBF (or 0x7E6BBF) is known color: Moody Blue. HEX triplet: 7E, 6B and BF. RGB value is (126,107,191). Sum of RGB (Red+Green+Blue) = 126+107+191=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BBF is #819440. Grayscale: #797979. Windows color (decimal): -8492097 or 12544894. OLE color: 12544894.
HSL color Cylindrical-coordinate representation of color #7E6BBF: hue angle of 253.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E6BBF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 107 | 191 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.25 |
| HSL | 253.57º | 0.4% | 0.58% | - |
| HSV(B) | 253.57º | 0.44% | 0.75% | - |
| XYZ | 23.27 | 18.71 | 51.68 | - |
| YUV | 122.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 191 | 0.34 | 0.44 | 0 | 0.25 | 253.57 | 0.4 | 0.58 |
| Hex | 7E | 6B | BF | 22 | 2C | 0 | 19 | FE | 28 | 3A |
| Octal | 176 | 153 | 277 | 42 | 54 | 0 | 31 | 376 | 50 | 72 |
| Binary | 1111110 | 1101011 | 10111111 | 100010 | 101100 | 0 | 11001 | 11111110 | 101000 | 111010 |
Color Harmonies of #7E6BBF
Complementary color
Monochromatic Colors of #7E6BBF
Black with #7E6BBF
Text Example
Text Example
White with #7E6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6BBF; }
p { color: rgb(126,107,191); }
H1.HeaderClassName
{
color: #7E6BBF;
}
.AnyTagClassName
{
color: #7E6BBF;
}
</style>
background-color css
<style>
a { background-color: #7E6BBF; }
a { background-color: rgb(126,107,191); }
div.DivClassName
{
background-color: #7E6BBF;
}
.BgClassName
{
background-color: #7E6BBF;
}
</style>
border-color css
<style>
span { border-color: #7E6BBF; }
span { border-color: rgb(126,107,191); }
td.TdClassName
{
border-color: #7E6BBF;
}
.TagClassName
{
border-color: #7E6BBF;
}
</style>