Shades of Wild Blue Yonder #7A8BBA
Tints of Wild Blue Yonder #7A8BBA
RGB
CMYK
RGB Variations
Color information
#7A8BBA (or 0x7A8BBA) is known color: Wild Blue Yonder. HEX triplet: 7A, 8B and BA. RGB value is (122,139,186). Sum of RGB (Red+Green+Blue) = 122+139+186=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A8BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BBA is #857445. Grayscale: #8B8B8B. Windows color (decimal): -8746054 or 12225402. OLE color: 12225402.
HSL color Cylindrical-coordinate representation of color #7A8BBA: hue angle of 224.06º 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 #7A8BBA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 139 | 186 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.27 |
| HSL | 224.06º | 0.32% | 0.6% | - |
| HSV(B) | 224.06º | 0.34% | 0.73% | - |
| XYZ | 26.12 | 26.15 | 50.12 | - |
| YUV | 139.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 186 | 0.34 | 0.25 | 0 | 0.27 | 224.06 | 0.32 | 0.6 |
| Hex | 7A | 8B | BA | 22 | 19 | 0 | 1B | E0 | 20 | 3C |
| Octal | 172 | 213 | 272 | 42 | 31 | 0 | 33 | 340 | 40 | 74 |
| Binary | 1111010 | 10001011 | 10111010 | 100010 | 11001 | 0 | 11011 | 11100000 | 100000 | 111100 |
Color Harmonies of #7A8BBA
Complementary color
Monochromatic Colors of #7A8BBA
Black with #7A8BBA
Text Example
Text Example
White with #7A8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BBA; }
p { color: rgb(122,139,186); }
H1.HeaderClassName
{
color: #7A8BBA;
}
.AnyTagClassName
{
color: #7A8BBA;
}
</style>
background-color css
<style>
a { background-color: #7A8BBA; }
a { background-color: rgb(122,139,186); }
div.DivClassName
{
background-color: #7A8BBA;
}
.BgClassName
{
background-color: #7A8BBA;
}
</style>
border-color css
<style>
span { border-color: #7A8BBA; }
span { border-color: rgb(122,139,186); }
td.TdClassName
{
border-color: #7A8BBA;
}
.TagClassName
{
border-color: #7A8BBA;
}
</style>