Shades of Wild Blue Yonder #7A8BCD
Tints of Wild Blue Yonder #7A8BCD
RGB
CMYK
RGB Variations
Color information
#7A8BCD (or 0x7A8BCD) is known color: Wild Blue Yonder. HEX triplet: 7A, 8B and CD. RGB value is (122,139,205). Sum of RGB (Red+Green+Blue) = 122+139+205=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BCD is #857432. Grayscale: #8D8D8D. Windows color (decimal): -8746035 or 13470586. OLE color: 13470586.
HSL color Cylindrical-coordinate representation of color #7A8BCD: hue angle of 227.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A8BCD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 139 | 205 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.20 |
| HSL | 227.71º | 0.45% | 0.64% | - |
| HSV(B) | 227.71º | 0.4% | 0.8% | - |
| XYZ | 28.28 | 27.01 | 61.48 | - |
| YUV | 141.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 205 | 0.40 | 0.32 | 0 | 0.20 | 227.71 | 0.45 | 0.64 |
| Hex | 7A | 8B | CD | 28 | 20 | 0 | 14 | E4 | 2D | 40 |
| Octal | 172 | 213 | 315 | 50 | 40 | 0 | 24 | 344 | 55 | 100 |
| Binary | 1111010 | 10001011 | 11001101 | 101000 | 100000 | 0 | 10100 | 11100100 | 101101 | 1000000 |
Color Harmonies of #7A8BCD
Complementary color
Monochromatic Colors of #7A8BCD
Black with #7A8BCD
Text Example
Text Example
White with #7A8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BCD; }
p { color: rgb(122,139,205); }
H1.HeaderClassName
{
color: #7A8BCD;
}
.AnyTagClassName
{
color: #7A8BCD;
}
</style>
background-color css
<style>
a { background-color: #7A8BCD; }
a { background-color: rgb(122,139,205); }
div.DivClassName
{
background-color: #7A8BCD;
}
.BgClassName
{
background-color: #7A8BCD;
}
</style>
border-color css
<style>
span { border-color: #7A8BCD; }
span { border-color: rgb(122,139,205); }
td.TdClassName
{
border-color: #7A8BCD;
}
.TagClassName
{
border-color: #7A8BCD;
}
</style>