Shades of Moody Blue #7E80CB
Tints of Moody Blue #7E80CB
RGB
CMYK
RGB Variations
Color information
#7E80CB (or 0x7E80CB) is known color: Moody Blue. HEX triplet: 7E, 80 and CB. RGB value is (126,128,203). Sum of RGB (Red+Green+Blue) = 126+128+203=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80CB is #817F34. Grayscale: #878787. Windows color (decimal): -8486709 or 13336702. OLE color: 13336702.
HSL color Cylindrical-coordinate representation of color #7E80CB: hue angle of 238.44º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E80CB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 128 | 203 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.20 |
| HSL | 238.44º | 0.43% | 0.65% | - |
| HSV(B) | 238.44º | 0.38% | 0.8% | - |
| XYZ | 27.1 | 24.19 | 59.74 | - |
| YUV | 135.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 203 | 0.38 | 0.37 | 0 | 0.20 | 238.44 | 0.43 | 0.65 |
| Hex | 7E | 80 | CB | 26 | 25 | 0 | 14 | EE | 2B | 41 |
| Octal | 176 | 200 | 313 | 46 | 45 | 0 | 24 | 356 | 53 | 101 |
| Binary | 1111110 | 10000000 | 11001011 | 100110 | 100101 | 0 | 10100 | 11101110 | 101011 | 1000001 |
Color Harmonies of #7E80CB
Complementary color
Monochromatic Colors of #7E80CB
Black with #7E80CB
Text Example
Text Example
White with #7E80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E80CB; }
p { color: rgb(126,128,203); }
H1.HeaderClassName
{
color: #7E80CB;
}
.AnyTagClassName
{
color: #7E80CB;
}
</style>
background-color css
<style>
a { background-color: #7E80CB; }
a { background-color: rgb(126,128,203); }
div.DivClassName
{
background-color: #7E80CB;
}
.BgClassName
{
background-color: #7E80CB;
}
</style>
border-color css
<style>
span { border-color: #7E80CB; }
span { border-color: rgb(126,128,203); }
td.TdClassName
{
border-color: #7E80CB;
}
.TagClassName
{
border-color: #7E80CB;
}
</style>