Shades of Moody Blue #7E6CB8
Tints of Moody Blue #7E6CB8
RGB
CMYK
RGB Variations
Color information
#7E6CB8 (or 0x7E6CB8) is known color: Moody Blue. HEX triplet: 7E, 6C and B8. RGB value is (126,108,184). Sum of RGB (Red+Green+Blue) = 126+108+184=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 184 - color contains mainly: blue. Hex color #7E6CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CB8 is #819347. Grayscale: #797979. Windows color (decimal): -8491848 or 12086398. OLE color: 12086398.
HSL color Cylindrical-coordinate representation of color #7E6CB8: hue angle of 254.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E6CB8 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 108 | 184 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.28 |
| HSL | 254.21º | 0.35% | 0.57% | - |
| HSV(B) | 254.21º | 0.41% | 0.72% | - |
| XYZ | 22.62 | 18.62 | 47.75 | - |
| YUV | 122.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 184 | 0.32 | 0.41 | 0 | 0.28 | 254.21 | 0.35 | 0.57 |
| Hex | 7E | 6C | B8 | 20 | 29 | 0 | 1C | FE | 23 | 39 |
| Octal | 176 | 154 | 270 | 40 | 51 | 0 | 34 | 376 | 43 | 71 |
| Binary | 1111110 | 1101100 | 10111000 | 100000 | 101001 | 0 | 11100 | 11111110 | 100011 | 111001 |
Color Harmonies of #7E6CB8
Complementary color
Monochromatic Colors of #7E6CB8
Black with #7E6CB8
Text Example
Text Example
White with #7E6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CB8; }
p { color: rgb(126,108,184); }
H1.HeaderClassName
{
color: #7E6CB8;
}
.AnyTagClassName
{
color: #7E6CB8;
}
</style>
background-color css
<style>
a { background-color: #7E6CB8; }
a { background-color: rgb(126,108,184); }
div.DivClassName
{
background-color: #7E6CB8;
}
.BgClassName
{
background-color: #7E6CB8;
}
</style>
border-color css
<style>
span { border-color: #7E6CB8; }
span { border-color: rgb(126,108,184); }
td.TdClassName
{
border-color: #7E6CB8;
}
.TagClassName
{
border-color: #7E6CB8;
}
</style>