Shades of Wild Blue Yonder #7A89CE
Tints of Wild Blue Yonder #7A89CE
RGB
CMYK
RGB Variations
Color information
#7A89CE (or 0x7A89CE) is known color: Wild Blue Yonder. HEX triplet: 7A, 89 and CE. RGB value is (122,137,206). Sum of RGB (Red+Green+Blue) = 122+137+206=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A89CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89CE is #857631. Grayscale: #8C8C8C. Windows color (decimal): -8746546 or 13535610. OLE color: 13535610.
HSL color Cylindrical-coordinate representation of color #7A89CE: hue angle of 229.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A89CE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 137 | 206 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.19 |
| HSL | 229.29º | 0.46% | 0.64% | - |
| HSV(B) | 229.29º | 0.41% | 0.81% | - |
| XYZ | 28.11 | 26.49 | 62.02 | - |
| YUV | 140.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 206 | 0.41 | 0.33 | 0 | 0.19 | 229.29 | 0.46 | 0.64 |
| Hex | 7A | 89 | CE | 29 | 21 | 0 | 13 | E5 | 2E | 40 |
| Octal | 172 | 211 | 316 | 51 | 41 | 0 | 23 | 345 | 56 | 100 |
| Binary | 1111010 | 10001001 | 11001110 | 101001 | 100001 | 0 | 10011 | 11100101 | 101110 | 1000000 |
Color Harmonies of #7A89CE
Complementary color
Monochromatic Colors of #7A89CE
Black with #7A89CE
Text Example
Text Example
White with #7A89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89CE; }
p { color: rgb(122,137,206); }
H1.HeaderClassName
{
color: #7A89CE;
}
.AnyTagClassName
{
color: #7A89CE;
}
</style>
background-color css
<style>
a { background-color: #7A89CE; }
a { background-color: rgb(122,137,206); }
div.DivClassName
{
background-color: #7A89CE;
}
.BgClassName
{
background-color: #7A89CE;
}
</style>
border-color css
<style>
span { border-color: #7A89CE; }
span { border-color: rgb(122,137,206); }
td.TdClassName
{
border-color: #7A89CE;
}
.TagClassName
{
border-color: #7A89CE;
}
</style>