Shades of Wild Blue Yonder #7A8BB6
Tints of Wild Blue Yonder #7A8BB6
RGB
CMYK
RGB Variations
Color information
#7A8BB6 (or 0x7A8BB6) is known color: Wild Blue Yonder. HEX triplet: 7A, 8B and B6. RGB value is (122,139,182). Sum of RGB (Red+Green+Blue) = 122+139+182=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A8BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BB6 is #857449. Grayscale: #8A8A8A. Windows color (decimal): -8746058 or 11963258. OLE color: 11963258.
HSL color Cylindrical-coordinate representation of color #7A8BB6: hue angle of 223º 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 #7A8BB6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 139 | 182 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.29 |
| HSL | 223º | 0.29% | 0.6% | - |
| HSV(B) | 223º | 0.33% | 0.71% | - |
| XYZ | 25.7 | 25.98 | 47.92 | - |
| YUV | 138.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 182 | 0.33 | 0.24 | 0 | 0.29 | 223 | 0.29 | 0.6 |
| Hex | 7A | 8B | B6 | 21 | 18 | 0 | 1D | DF | 1D | 3C |
| Octal | 172 | 213 | 266 | 41 | 30 | 0 | 35 | 337 | 35 | 74 |
| Binary | 1111010 | 10001011 | 10110110 | 100001 | 11000 | 0 | 11101 | 11011111 | 11101 | 111100 |
Color Harmonies of #7A8BB6
Complementary color
Monochromatic Colors of #7A8BB6
Black with #7A8BB6
Text Example
Text Example
White with #7A8BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BB6; }
p { color: rgb(122,139,182); }
H1.HeaderClassName
{
color: #7A8BB6;
}
.AnyTagClassName
{
color: #7A8BB6;
}
</style>
background-color css
<style>
a { background-color: #7A8BB6; }
a { background-color: rgb(122,139,182); }
div.DivClassName
{
background-color: #7A8BB6;
}
.BgClassName
{
background-color: #7A8BB6;
}
</style>
border-color css
<style>
span { border-color: #7A8BB6; }
span { border-color: rgb(122,139,182); }
td.TdClassName
{
border-color: #7A8BB6;
}
.TagClassName
{
border-color: #7A8BB6;
}
</style>