Shades of Wild Blue Yonder #7A8ABA
Tints of Wild Blue Yonder #7A8ABA
RGB
CMYK
RGB Variations
Color information
#7A8ABA (or 0x7A8ABA) is known color: Wild Blue Yonder. HEX triplet: 7A, 8A and BA. RGB value is (122,138,186). Sum of RGB (Red+Green+Blue) = 122+138+186=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ABA is #857545. Grayscale: #8A8A8A. Windows color (decimal): -8746310 or 12225146. OLE color: 12225146.
HSL color Cylindrical-coordinate representation of color #7A8ABA: hue angle of 225º 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 #7A8ABA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 138 | 186 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.27 |
| HSL | 225º | 0.32% | 0.6% | - |
| HSV(B) | 225º | 0.34% | 0.73% | - |
| XYZ | 25.98 | 25.86 | 50.08 | - |
| YUV | 138.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 186 | 0.34 | 0.26 | 0 | 0.27 | 225 | 0.32 | 0.6 |
| Hex | 7A | 8A | BA | 22 | 1A | 0 | 1B | E1 | 20 | 3C |
| Octal | 172 | 212 | 272 | 42 | 32 | 0 | 33 | 341 | 40 | 74 |
| Binary | 1111010 | 10001010 | 10111010 | 100010 | 11010 | 0 | 11011 | 11100001 | 100000 | 111100 |
Color Harmonies of #7A8ABA
Complementary color
Monochromatic Colors of #7A8ABA
Black with #7A8ABA
Text Example
Text Example
White with #7A8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8ABA; }
p { color: rgb(122,138,186); }
H1.HeaderClassName
{
color: #7A8ABA;
}
.AnyTagClassName
{
color: #7A8ABA;
}
</style>
background-color css
<style>
a { background-color: #7A8ABA; }
a { background-color: rgb(122,138,186); }
div.DivClassName
{
background-color: #7A8ABA;
}
.BgClassName
{
background-color: #7A8ABA;
}
</style>
border-color css
<style>
span { border-color: #7A8ABA; }
span { border-color: rgb(122,138,186); }
td.TdClassName
{
border-color: #7A8ABA;
}
.TagClassName
{
border-color: #7A8ABA;
}
</style>