Shades of Wild Blue Yonder #7A89CB
Tints of Wild Blue Yonder #7A89CB
RGB
CMYK
RGB Variations
Color information
#7A89CB (or 0x7A89CB) is known color: Wild Blue Yonder. HEX triplet: 7A, 89 and CB. RGB value is (122,137,203). Sum of RGB (Red+Green+Blue) = 122+137+203=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89CB is #857634. Grayscale: #8B8B8B. Windows color (decimal): -8746549 or 13339002. OLE color: 13339002.
HSL color Cylindrical-coordinate representation of color #7A89CB: hue angle of 228.89º degrees, saturation: 0.44, 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 #7A89CB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 137 | 203 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.20 |
| HSL | 228.89º | 0.44% | 0.64% | - |
| HSV(B) | 228.89º | 0.4% | 0.8% | - |
| XYZ | 27.75 | 26.34 | 60.12 | - |
| YUV | 140.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 203 | 0.40 | 0.33 | 0 | 0.20 | 228.89 | 0.44 | 0.64 |
| Hex | 7A | 89 | CB | 28 | 21 | 0 | 14 | E5 | 2C | 40 |
| Octal | 172 | 211 | 313 | 50 | 41 | 0 | 24 | 345 | 54 | 100 |
| Binary | 1111010 | 10001001 | 11001011 | 101000 | 100001 | 0 | 10100 | 11100101 | 101100 | 1000000 |
Color Harmonies of #7A89CB
Complementary color
Monochromatic Colors of #7A89CB
Black with #7A89CB
Text Example
Text Example
White with #7A89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89CB; }
p { color: rgb(122,137,203); }
H1.HeaderClassName
{
color: #7A89CB;
}
.AnyTagClassName
{
color: #7A89CB;
}
</style>
background-color css
<style>
a { background-color: #7A89CB; }
a { background-color: rgb(122,137,203); }
div.DivClassName
{
background-color: #7A89CB;
}
.BgClassName
{
background-color: #7A89CB;
}
</style>
border-color css
<style>
span { border-color: #7A89CB; }
span { border-color: rgb(122,137,203); }
td.TdClassName
{
border-color: #7A89CB;
}
.TagClassName
{
border-color: #7A89CB;
}
</style>