Shades of Wild Blue Yonder #7A7EBD
Tints of Wild Blue Yonder #7A7EBD
RGB
CMYK
RGB Variations
Color information
#7A7EBD (or 0x7A7EBD) is known color: Wild Blue Yonder. HEX triplet: 7A, 7E and BD. RGB value is (122,126,189). Sum of RGB (Red+Green+Blue) = 122+126+189=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A7EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EBD is #858142. Grayscale: #838383. Windows color (decimal): -8749379 or 12418682. OLE color: 12418682.
HSL color Cylindrical-coordinate representation of color #7A7EBD: hue angle of 236.42º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7EBD is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 126 | 189 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.26 |
| HSL | 236.42º | 0.34% | 0.61% | - |
| HSV(B) | 236.42º | 0.35% | 0.74% | - |
| XYZ | 24.67 | 22.73 | 51.23 | - |
| YUV | 131.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 189 | 0.35 | 0.33 | 0 | 0.26 | 236.42 | 0.34 | 0.61 |
| Hex | 7A | 7E | BD | 23 | 21 | 0 | 1A | EC | 22 | 3D |
| Octal | 172 | 176 | 275 | 43 | 41 | 0 | 32 | 354 | 42 | 75 |
| Binary | 1111010 | 1111110 | 10111101 | 100011 | 100001 | 0 | 11010 | 11101100 | 100010 | 111101 |
Color Harmonies of #7A7EBD
Complementary color
Monochromatic Colors of #7A7EBD
Black with #7A7EBD
Text Example
Text Example
White with #7A7EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EBD; }
p { color: rgb(122,126,189); }
H1.HeaderClassName
{
color: #7A7EBD;
}
.AnyTagClassName
{
color: #7A7EBD;
}
</style>
background-color css
<style>
a { background-color: #7A7EBD; }
a { background-color: rgb(122,126,189); }
div.DivClassName
{
background-color: #7A7EBD;
}
.BgClassName
{
background-color: #7A7EBD;
}
</style>
border-color css
<style>
span { border-color: #7A7EBD; }
span { border-color: rgb(122,126,189); }
td.TdClassName
{
border-color: #7A7EBD;
}
.TagClassName
{
border-color: #7A7EBD;
}
</style>