Shades of Wild Blue Yonder #7A8AB2
Tints of Wild Blue Yonder #7A8AB2
RGB
CMYK
RGB Variations
Color information
#7A8AB2 (or 0x7A8AB2) is known color: Wild Blue Yonder. HEX triplet: 7A, 8A and B2. RGB value is (122,138,178). Sum of RGB (Red+Green+Blue) = 122+138+178=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A8AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8AB2 is #85754D. Grayscale: #898989. Windows color (decimal): -8746318 or 11700858. OLE color: 11700858.
HSL color Cylindrical-coordinate representation of color #7A8AB2: hue angle of 222.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A8AB2 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 138 | 178 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.30 |
| HSL | 222.86º | 0.27% | 0.59% | - |
| HSV(B) | 222.86º | 0.31% | 0.7% | - |
| XYZ | 25.15 | 25.53 | 45.72 | - |
| YUV | 137.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 178 | 0.31 | 0.22 | 0 | 0.30 | 222.86 | 0.27 | 0.59 |
| Hex | 7A | 8A | B2 | 1F | 16 | 0 | 1E | DF | 1B | 3B |
| Octal | 172 | 212 | 262 | 37 | 26 | 0 | 36 | 337 | 33 | 73 |
| Binary | 1111010 | 10001010 | 10110010 | 11111 | 10110 | 0 | 11110 | 11011111 | 11011 | 111011 |
Color Harmonies of #7A8AB2
Complementary color
Monochromatic Colors of #7A8AB2
Black with #7A8AB2
Text Example
Text Example
White with #7A8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8AB2; }
p { color: rgb(122,138,178); }
H1.HeaderClassName
{
color: #7A8AB2;
}
.AnyTagClassName
{
color: #7A8AB2;
}
</style>
background-color css
<style>
a { background-color: #7A8AB2; }
a { background-color: rgb(122,138,178); }
div.DivClassName
{
background-color: #7A8AB2;
}
.BgClassName
{
background-color: #7A8AB2;
}
</style>
border-color css
<style>
span { border-color: #7A8AB2; }
span { border-color: rgb(122,138,178); }
td.TdClassName
{
border-color: #7A8AB2;
}
.TagClassName
{
border-color: #7A8AB2;
}
</style>