Shades of Moody Blue #7E7CCE
Tints of Moody Blue #7E7CCE
RGB
CMYK
RGB Variations
Color information
#7E7CCE (or 0x7E7CCE) is known color: Moody Blue. HEX triplet: 7E, 7C and CE. RGB value is (126,124,206). Sum of RGB (Red+Green+Blue) = 126+124+206=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CCE is #818331. Grayscale: #858585. Windows color (decimal): -8487730 or 13532286. OLE color: 13532286.
HSL color Cylindrical-coordinate representation of color #7E7CCE: hue angle of 241.46º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E7CCE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 124 | 206 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.19 |
| HSL | 241.46º | 0.46% | 0.65% | - |
| HSV(B) | 241.46º | 0.4% | 0.81% | - |
| XYZ | 26.95 | 23.31 | 61.47 | - |
| YUV | 133.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 206 | 0.39 | 0.40 | 0 | 0.19 | 241.46 | 0.46 | 0.65 |
| Hex | 7E | 7C | CE | 27 | 28 | 0 | 13 | F1 | 2E | 41 |
| Octal | 176 | 174 | 316 | 47 | 50 | 0 | 23 | 361 | 56 | 101 |
| Binary | 1111110 | 1111100 | 11001110 | 100111 | 101000 | 0 | 10011 | 11110001 | 101110 | 1000001 |
Color Harmonies of #7E7CCE
Complementary color
Monochromatic Colors of #7E7CCE
Black with #7E7CCE
Text Example
Text Example
White with #7E7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7CCE; }
p { color: rgb(126,124,206); }
H1.HeaderClassName
{
color: #7E7CCE;
}
.AnyTagClassName
{
color: #7E7CCE;
}
</style>
background-color css
<style>
a { background-color: #7E7CCE; }
a { background-color: rgb(126,124,206); }
div.DivClassName
{
background-color: #7E7CCE;
}
.BgClassName
{
background-color: #7E7CCE;
}
</style>
border-color css
<style>
span { border-color: #7E7CCE; }
span { border-color: rgb(126,124,206); }
td.TdClassName
{
border-color: #7E7CCE;
}
.TagClassName
{
border-color: #7E7CCE;
}
</style>