Shades of Moody Blue #7E6BC1
Tints of Moody Blue #7E6BC1
RGB
CMYK
RGB Variations
Color information
#7E6BC1 (or 0x7E6BC1) is known color: Moody Blue. HEX triplet: 7E, 6B and C1. RGB value is (126,107,193). Sum of RGB (Red+Green+Blue) = 126+107+193=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E6BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BC1 is #81943E. Grayscale: #7A7A7A. Windows color (decimal): -8492095 or 12675966. OLE color: 12675966.
HSL color Cylindrical-coordinate representation of color #7E6BC1: hue angle of 253.26º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E6BC1 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 107 | 193 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.24 |
| HSL | 253.26º | 0.41% | 0.59% | - |
| HSV(B) | 253.26º | 0.45% | 0.76% | - |
| XYZ | 23.49 | 18.8 | 52.84 | - |
| YUV | 122.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 193 | 0.35 | 0.45 | 0 | 0.24 | 253.26 | 0.41 | 0.59 |
| Hex | 7E | 6B | C1 | 23 | 2D | 0 | 18 | FD | 29 | 3B |
| Octal | 176 | 153 | 301 | 43 | 55 | 0 | 30 | 375 | 51 | 73 |
| Binary | 1111110 | 1101011 | 11000001 | 100011 | 101101 | 0 | 11000 | 11111101 | 101001 | 111011 |
Color Harmonies of #7E6BC1
Complementary color
Monochromatic Colors of #7E6BC1
Black with #7E6BC1
Text Example
Text Example
White with #7E6BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6BC1; }
p { color: rgb(126,107,193); }
H1.HeaderClassName
{
color: #7E6BC1;
}
.AnyTagClassName
{
color: #7E6BC1;
}
</style>
background-color css
<style>
a { background-color: #7E6BC1; }
a { background-color: rgb(126,107,193); }
div.DivClassName
{
background-color: #7E6BC1;
}
.BgClassName
{
background-color: #7E6BC1;
}
</style>
border-color css
<style>
span { border-color: #7E6BC1; }
span { border-color: rgb(126,107,193); }
td.TdClassName
{
border-color: #7E6BC1;
}
.TagClassName
{
border-color: #7E6BC1;
}
</style>