Shades of Wild Blue Yonder #7A8DC1
Tints of Wild Blue Yonder #7A8DC1
RGB
CMYK
RGB Variations
Color information
#7A8DC1 (or 0x7A8DC1) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and C1. RGB value is (122,141,193). Sum of RGB (Red+Green+Blue) = 122+141+193=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A8DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DC1 is #85723E. Grayscale: #8D8D8D. Windows color (decimal): -8745535 or 12684666. OLE color: 12684666.
HSL color Cylindrical-coordinate representation of color #7A8DC1: hue angle of 223.94º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A8DC1 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 141 | 193 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.24 |
| HSL | 223.94º | 0.36% | 0.62% | - |
| HSV(B) | 223.94º | 0.37% | 0.76% | - |
| XYZ | 27.18 | 27.04 | 54.24 | - |
| YUV | 141.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 193 | 0.37 | 0.27 | 0 | 0.24 | 223.94 | 0.36 | 0.62 |
| Hex | 7A | 8D | C1 | 25 | 1B | 0 | 18 | E0 | 24 | 3E |
| Octal | 172 | 215 | 301 | 45 | 33 | 0 | 30 | 340 | 44 | 76 |
| Binary | 1111010 | 10001101 | 11000001 | 100101 | 11011 | 0 | 11000 | 11100000 | 100100 | 111110 |
Color Harmonies of #7A8DC1
Complementary color
Monochromatic Colors of #7A8DC1
Black with #7A8DC1
Text Example
Text Example
White with #7A8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DC1; }
p { color: rgb(122,141,193); }
H1.HeaderClassName
{
color: #7A8DC1;
}
.AnyTagClassName
{
color: #7A8DC1;
}
</style>
background-color css
<style>
a { background-color: #7A8DC1; }
a { background-color: rgb(122,141,193); }
div.DivClassName
{
background-color: #7A8DC1;
}
.BgClassName
{
background-color: #7A8DC1;
}
</style>
border-color css
<style>
span { border-color: #7A8DC1; }
span { border-color: rgb(122,141,193); }
td.TdClassName
{
border-color: #7A8DC1;
}
.TagClassName
{
border-color: #7A8DC1;
}
</style>