Shades of Moody Blue #7E6CBF
Tints of Moody Blue #7E6CBF
RGB
CMYK
RGB Variations
Color information
#7E6CBF (or 0x7E6CBF) is known color: Moody Blue. HEX triplet: 7E, 6C and BF. RGB value is (126,108,191). Sum of RGB (Red+Green+Blue) = 126+108+191=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CBF is #819340. Grayscale: #7A7A7A. Windows color (decimal): -8491841 or 12545150. OLE color: 12545150.
HSL color Cylindrical-coordinate representation of color #7E6CBF: hue angle of 253.01º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E6CBF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 108 | 191 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.25 |
| HSL | 253.01º | 0.39% | 0.59% | - |
| HSV(B) | 253.01º | 0.43% | 0.75% | - |
| XYZ | 23.37 | 18.92 | 51.71 | - |
| YUV | 122.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 191 | 0.34 | 0.43 | 0 | 0.25 | 253.01 | 0.39 | 0.59 |
| Hex | 7E | 6C | BF | 22 | 2B | 0 | 19 | FD | 27 | 3B |
| Octal | 176 | 154 | 277 | 42 | 53 | 0 | 31 | 375 | 47 | 73 |
| Binary | 1111110 | 1101100 | 10111111 | 100010 | 101011 | 0 | 11001 | 11111101 | 100111 | 111011 |
Color Harmonies of #7E6CBF
Complementary color
Monochromatic Colors of #7E6CBF
Black with #7E6CBF
Text Example
Text Example
White with #7E6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CBF; }
p { color: rgb(126,108,191); }
H1.HeaderClassName
{
color: #7E6CBF;
}
.AnyTagClassName
{
color: #7E6CBF;
}
</style>
background-color css
<style>
a { background-color: #7E6CBF; }
a { background-color: rgb(126,108,191); }
div.DivClassName
{
background-color: #7E6CBF;
}
.BgClassName
{
background-color: #7E6CBF;
}
</style>
border-color css
<style>
span { border-color: #7E6CBF; }
span { border-color: rgb(126,108,191); }
td.TdClassName
{
border-color: #7E6CBF;
}
.TagClassName
{
border-color: #7E6CBF;
}
</style>