Shades of Wild Blue Yonder #7A8DC7
Tints of Wild Blue Yonder #7A8DC7
RGB
CMYK
RGB Variations
Color information
#7A8DC7 (or 0x7A8DC7) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and C7. RGB value is (122,141,199). Sum of RGB (Red+Green+Blue) = 122+141+199=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A8DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DC7 is #857238. Grayscale: #8D8D8D. Windows color (decimal): -8745529 or 13077882. OLE color: 13077882.
HSL color Cylindrical-coordinate representation of color #7A8DC7: hue angle of 225.19º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A8DC7 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 141 | 199 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.22 |
| HSL | 225.19º | 0.41% | 0.63% | - |
| HSV(B) | 225.19º | 0.39% | 0.78% | - |
| XYZ | 27.86 | 27.31 | 57.84 | - |
| YUV | 141.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 199 | 0.39 | 0.29 | 0 | 0.22 | 225.19 | 0.41 | 0.63 |
| Hex | 7A | 8D | C7 | 27 | 1D | 0 | 16 | E1 | 29 | 3F |
| Octal | 172 | 215 | 307 | 47 | 35 | 0 | 26 | 341 | 51 | 77 |
| Binary | 1111010 | 10001101 | 11000111 | 100111 | 11101 | 0 | 10110 | 11100001 | 101001 | 111111 |
Color Harmonies of #7A8DC7
Complementary color
Monochromatic Colors of #7A8DC7
Black with #7A8DC7
Text Example
Text Example
White with #7A8DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DC7; }
p { color: rgb(122,141,199); }
H1.HeaderClassName
{
color: #7A8DC7;
}
.AnyTagClassName
{
color: #7A8DC7;
}
</style>
background-color css
<style>
a { background-color: #7A8DC7; }
a { background-color: rgb(122,141,199); }
div.DivClassName
{
background-color: #7A8DC7;
}
.BgClassName
{
background-color: #7A8DC7;
}
</style>
border-color css
<style>
span { border-color: #7A8DC7; }
span { border-color: rgb(122,141,199); }
td.TdClassName
{
border-color: #7A8DC7;
}
.TagClassName
{
border-color: #7A8DC7;
}
</style>