Shades of Moody Blue #7E7AC2
Tints of Moody Blue #7E7AC2
RGB
CMYK
RGB Variations
Color information
#7E7AC2 (or 0x7E7AC2) is known color: Moody Blue. HEX triplet: 7E, 7A and C2. RGB value is (126,122,194). Sum of RGB (Red+Green+Blue) = 126+122+194=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #7E7AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7AC2 is #81853D. Grayscale: #838383. Windows color (decimal): -8488254 or 12745342. OLE color: 12745342.
HSL color Cylindrical-coordinate representation of color #7E7AC2: hue angle of 243.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E7AC2 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 122 | 194 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.24 |
| HSL | 243.33º | 0.37% | 0.62% | - |
| HSV(B) | 243.33º | 0.37% | 0.76% | - |
| XYZ | 25.3 | 22.25 | 54 | - |
| YUV | 131.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 194 | 0.35 | 0.37 | 0 | 0.24 | 243.33 | 0.37 | 0.62 |
| Hex | 7E | 7A | C2 | 23 | 25 | 0 | 18 | F3 | 25 | 3E |
| Octal | 176 | 172 | 302 | 43 | 45 | 0 | 30 | 363 | 45 | 76 |
| Binary | 1111110 | 1111010 | 11000010 | 100011 | 100101 | 0 | 11000 | 11110011 | 100101 | 111110 |
Color Harmonies of #7E7AC2
Complementary color
Monochromatic Colors of #7E7AC2
Black with #7E7AC2
Text Example
Text Example
White with #7E7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AC2; }
p { color: rgb(126,122,194); }
H1.HeaderClassName
{
color: #7E7AC2;
}
.AnyTagClassName
{
color: #7E7AC2;
}
</style>
background-color css
<style>
a { background-color: #7E7AC2; }
a { background-color: rgb(126,122,194); }
div.DivClassName
{
background-color: #7E7AC2;
}
.BgClassName
{
background-color: #7E7AC2;
}
</style>
border-color css
<style>
span { border-color: #7E7AC2; }
span { border-color: rgb(126,122,194); }
td.TdClassName
{
border-color: #7E7AC2;
}
.TagClassName
{
border-color: #7E7AC2;
}
</style>