Shades of Wild Blue Yonder #7A7EBA
Tints of Wild Blue Yonder #7A7EBA
RGB
CMYK
RGB Variations
Color information
#7A7EBA (or 0x7A7EBA) is known color: Wild Blue Yonder. HEX triplet: 7A, 7E and BA. RGB value is (122,126,186). Sum of RGB (Red+Green+Blue) = 122+126+186=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EBA is #858145. Grayscale: #838383. Windows color (decimal): -8749382 or 12222074. OLE color: 12222074.
HSL color Cylindrical-coordinate representation of color #7A7EBA: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7EBA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 126 | 186 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.27 |
| HSL | 236.25º | 0.32% | 0.6% | - |
| HSV(B) | 236.25º | 0.34% | 0.73% | - |
| XYZ | 24.35 | 22.6 | 49.53 | - |
| YUV | 131.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 186 | 0.34 | 0.32 | 0 | 0.27 | 236.25 | 0.32 | 0.6 |
| Hex | 7A | 7E | BA | 22 | 20 | 0 | 1B | EC | 20 | 3C |
| Octal | 172 | 176 | 272 | 42 | 40 | 0 | 33 | 354 | 40 | 74 |
| Binary | 1111010 | 1111110 | 10111010 | 100010 | 100000 | 0 | 11011 | 11101100 | 100000 | 111100 |
Color Harmonies of #7A7EBA
Complementary color
Monochromatic Colors of #7A7EBA
Black with #7A7EBA
Text Example
Text Example
White with #7A7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EBA; }
p { color: rgb(122,126,186); }
H1.HeaderClassName
{
color: #7A7EBA;
}
.AnyTagClassName
{
color: #7A7EBA;
}
</style>
background-color css
<style>
a { background-color: #7A7EBA; }
a { background-color: rgb(122,126,186); }
div.DivClassName
{
background-color: #7A7EBA;
}
.BgClassName
{
background-color: #7A7EBA;
}
</style>
border-color css
<style>
span { border-color: #7A7EBA; }
span { border-color: rgb(122,126,186); }
td.TdClassName
{
border-color: #7A7EBA;
}
.TagClassName
{
border-color: #7A7EBA;
}
</style>