Shades of Wild Blue Yonder #7A89CA
Tints of Wild Blue Yonder #7A89CA
RGB
CMYK
RGB Variations
Color information
#7A89CA (or 0x7A89CA) is known color: Wild Blue Yonder. HEX triplet: 7A, 89 and CA. RGB value is (122,137,202). Sum of RGB (Red+Green+Blue) = 122+137+202=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89CA is #857635. Grayscale: #8B8B8B. Windows color (decimal): -8746550 or 13273466. OLE color: 13273466.
HSL color Cylindrical-coordinate representation of color #7A89CA: hue angle of 228.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A89CA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 137 | 202 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.21 |
| HSL | 228.75º | 0.43% | 0.64% | - |
| HSV(B) | 228.75º | 0.4% | 0.79% | - |
| XYZ | 27.63 | 26.29 | 59.5 | - |
| YUV | 139.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 202 | 0.40 | 0.32 | 0 | 0.21 | 228.75 | 0.43 | 0.64 |
| Hex | 7A | 89 | CA | 28 | 20 | 0 | 15 | E5 | 2B | 40 |
| Octal | 172 | 211 | 312 | 50 | 40 | 0 | 25 | 345 | 53 | 100 |
| Binary | 1111010 | 10001001 | 11001010 | 101000 | 100000 | 0 | 10101 | 11100101 | 101011 | 1000000 |
Color Harmonies of #7A89CA
Complementary color
Monochromatic Colors of #7A89CA
Black with #7A89CA
Text Example
Text Example
White with #7A89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89CA; }
p { color: rgb(122,137,202); }
H1.HeaderClassName
{
color: #7A89CA;
}
.AnyTagClassName
{
color: #7A89CA;
}
</style>
background-color css
<style>
a { background-color: #7A89CA; }
a { background-color: rgb(122,137,202); }
div.DivClassName
{
background-color: #7A89CA;
}
.BgClassName
{
background-color: #7A89CA;
}
</style>
border-color css
<style>
span { border-color: #7A89CA; }
span { border-color: rgb(122,137,202); }
td.TdClassName
{
border-color: #7A89CA;
}
.TagClassName
{
border-color: #7A89CA;
}
</style>