Shades of Wild Blue Yonder #7A8EC6
Tints of Wild Blue Yonder #7A8EC6
RGB
CMYK
RGB Variations
Color information
#7A8EC6 (or 0x7A8EC6) is known color: Wild Blue Yonder. HEX triplet: 7A, 8E and C6. RGB value is (122,142,198). Sum of RGB (Red+Green+Blue) = 122+142+198=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A8EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8EC6 is #857139. Grayscale: #8E8E8E. Windows color (decimal): -8745274 or 13012602. OLE color: 13012602.
HSL color Cylindrical-coordinate representation of color #7A8EC6: hue angle of 224.21º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A8EC6 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 142 | 198 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.22 |
| HSL | 224.21º | 0.4% | 0.63% | - |
| HSV(B) | 224.21º | 0.38% | 0.78% | - |
| XYZ | 27.89 | 27.56 | 57.28 | - |
| YUV | 142.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 198 | 0.38 | 0.28 | 0 | 0.22 | 224.21 | 0.4 | 0.63 |
| Hex | 7A | 8E | C6 | 26 | 1C | 0 | 16 | E0 | 28 | 3F |
| Octal | 172 | 216 | 306 | 46 | 34 | 0 | 26 | 340 | 50 | 77 |
| Binary | 1111010 | 10001110 | 11000110 | 100110 | 11100 | 0 | 10110 | 11100000 | 101000 | 111111 |
Color Harmonies of #7A8EC6
Complementary color
Monochromatic Colors of #7A8EC6
Black with #7A8EC6
Text Example
Text Example
White with #7A8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8EC6; }
p { color: rgb(122,142,198); }
H1.HeaderClassName
{
color: #7A8EC6;
}
.AnyTagClassName
{
color: #7A8EC6;
}
</style>
background-color css
<style>
a { background-color: #7A8EC6; }
a { background-color: rgb(122,142,198); }
div.DivClassName
{
background-color: #7A8EC6;
}
.BgClassName
{
background-color: #7A8EC6;
}
</style>
border-color css
<style>
span { border-color: #7A8EC6; }
span { border-color: rgb(122,142,198); }
td.TdClassName
{
border-color: #7A8EC6;
}
.TagClassName
{
border-color: #7A8EC6;
}
</style>