Shades of Moody Blue #7E7ACB
Tints of Moody Blue #7E7ACB
RGB
CMYK
RGB Variations
Color information
#7E7ACB (or 0x7E7ACB) is known color: Moody Blue. HEX triplet: 7E, 7A and CB. RGB value is (126,122,203). Sum of RGB (Red+Green+Blue) = 126+122+203=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ACB is #818534. Grayscale: #848484. Windows color (decimal): -8488245 or 13335166. OLE color: 13335166.
HSL color Cylindrical-coordinate representation of color #7E7ACB: hue angle of 242.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E7ACB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 122 | 203 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.20 |
| HSL | 242.96º | 0.44% | 0.64% | - |
| HSV(B) | 242.96º | 0.4% | 0.8% | - |
| XYZ | 26.34 | 22.67 | 59.49 | - |
| YUV | 132.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 203 | 0.38 | 0.40 | 0 | 0.20 | 242.96 | 0.44 | 0.64 |
| Hex | 7E | 7A | CB | 26 | 28 | 0 | 14 | F3 | 2C | 40 |
| Octal | 176 | 172 | 313 | 46 | 50 | 0 | 24 | 363 | 54 | 100 |
| Binary | 1111110 | 1111010 | 11001011 | 100110 | 101000 | 0 | 10100 | 11110011 | 101100 | 1000000 |
Color Harmonies of #7E7ACB
Complementary color
Monochromatic Colors of #7E7ACB
Black with #7E7ACB
Text Example
Text Example
White with #7E7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7ACB; }
p { color: rgb(126,122,203); }
H1.HeaderClassName
{
color: #7E7ACB;
}
.AnyTagClassName
{
color: #7E7ACB;
}
</style>
background-color css
<style>
a { background-color: #7E7ACB; }
a { background-color: rgb(126,122,203); }
div.DivClassName
{
background-color: #7E7ACB;
}
.BgClassName
{
background-color: #7E7ACB;
}
</style>
border-color css
<style>
span { border-color: #7E7ACB; }
span { border-color: rgb(126,122,203); }
td.TdClassName
{
border-color: #7E7ACB;
}
.TagClassName
{
border-color: #7E7ACB;
}
</style>