Shades of Wild Blue Yonder #7A8AB6
Tints of Wild Blue Yonder #7A8AB6
RGB
CMYK
RGB Variations
Color information
#7A8AB6 (or 0x7A8AB6) is known color: Wild Blue Yonder. HEX triplet: 7A, 8A and B6. RGB value is (122,138,182). Sum of RGB (Red+Green+Blue) = 122+138+182=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A8AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8AB6 is #857549. Grayscale: #8A8A8A. Windows color (decimal): -8746314 or 11963002. OLE color: 11963002.
HSL color Cylindrical-coordinate representation of color #7A8AB6: hue angle of 224º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8AB6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 138 | 182 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.29 |
| HSL | 224º | 0.29% | 0.6% | - |
| HSV(B) | 224º | 0.33% | 0.71% | - |
| XYZ | 25.56 | 25.69 | 47.87 | - |
| YUV | 138.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 182 | 0.33 | 0.24 | 0 | 0.29 | 224 | 0.29 | 0.6 |
| Hex | 7A | 8A | B6 | 21 | 18 | 0 | 1D | E0 | 1D | 3C |
| Octal | 172 | 212 | 266 | 41 | 30 | 0 | 35 | 340 | 35 | 74 |
| Binary | 1111010 | 10001010 | 10110110 | 100001 | 11000 | 0 | 11101 | 11100000 | 11101 | 111100 |
Color Harmonies of #7A8AB6
Complementary color
Monochromatic Colors of #7A8AB6
Black with #7A8AB6
Text Example
Text Example
White with #7A8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8AB6; }
p { color: rgb(122,138,182); }
H1.HeaderClassName
{
color: #7A8AB6;
}
.AnyTagClassName
{
color: #7A8AB6;
}
</style>
background-color css
<style>
a { background-color: #7A8AB6; }
a { background-color: rgb(122,138,182); }
div.DivClassName
{
background-color: #7A8AB6;
}
.BgClassName
{
background-color: #7A8AB6;
}
</style>
border-color css
<style>
span { border-color: #7A8AB6; }
span { border-color: rgb(122,138,182); }
td.TdClassName
{
border-color: #7A8AB6;
}
.TagClassName
{
border-color: #7A8AB6;
}
</style>