Shades of Moody Blue #7E6FCB
Tints of Moody Blue #7E6FCB
RGB
CMYK
RGB Variations
Color information
#7E6FCB (or 0x7E6FCB) is known color: Moody Blue. HEX triplet: 7E, 6F and CB. RGB value is (126,111,203). Sum of RGB (Red+Green+Blue) = 126+111+203=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E6FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FCB is #819034. Grayscale: #7D7D7D. Windows color (decimal): -8491061 or 13332350. OLE color: 13332350.
HSL color Cylindrical-coordinate representation of color #7E6FCB: hue angle of 249.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E6FCB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 111 | 203 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.20 |
| HSL | 249.78º | 0.47% | 0.62% | - |
| HSV(B) | 249.78º | 0.45% | 0.8% | - |
| XYZ | 25.07 | 20.12 | 59.06 | - |
| YUV | 125.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 203 | 0.38 | 0.45 | 0 | 0.20 | 249.78 | 0.47 | 0.62 |
| Hex | 7E | 6F | CB | 26 | 2D | 0 | 14 | FA | 2F | 3E |
| Octal | 176 | 157 | 313 | 46 | 55 | 0 | 24 | 372 | 57 | 76 |
| Binary | 1111110 | 1101111 | 11001011 | 100110 | 101101 | 0 | 10100 | 11111010 | 101111 | 111110 |
Color Harmonies of #7E6FCB
Complementary color
Monochromatic Colors of #7E6FCB
Black with #7E6FCB
Text Example
Text Example
White with #7E6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FCB; }
p { color: rgb(126,111,203); }
H1.HeaderClassName
{
color: #7E6FCB;
}
.AnyTagClassName
{
color: #7E6FCB;
}
</style>
background-color css
<style>
a { background-color: #7E6FCB; }
a { background-color: rgb(126,111,203); }
div.DivClassName
{
background-color: #7E6FCB;
}
.BgClassName
{
background-color: #7E6FCB;
}
</style>
border-color css
<style>
span { border-color: #7E6FCB; }
span { border-color: rgb(126,111,203); }
td.TdClassName
{
border-color: #7E6FCB;
}
.TagClassName
{
border-color: #7E6FCB;
}
</style>