Shades of Wild Blue Yonder #7A89CF
Tints of Wild Blue Yonder #7A89CF
RGB
CMYK
RGB Variations
Color information
#7A89CF (or 0x7A89CF) is known color: Wild Blue Yonder. HEX triplet: 7A, 89 and CF. RGB value is (122,137,207). Sum of RGB (Red+Green+Blue) = 122+137+207=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A89CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89CF is #857630. Grayscale: #8C8C8C. Windows color (decimal): -8746545 or 13601146. OLE color: 13601146.
HSL color Cylindrical-coordinate representation of color #7A89CF: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A89CF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 137 | 207 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.19 |
| HSL | 229.41º | 0.47% | 0.65% | - |
| HSV(B) | 229.41º | 0.41% | 0.81% | - |
| XYZ | 28.23 | 26.53 | 62.66 | - |
| YUV | 140.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 207 | 0.41 | 0.34 | 0 | 0.19 | 229.41 | 0.47 | 0.65 |
| Hex | 7A | 89 | CF | 29 | 22 | 0 | 13 | E5 | 2F | 41 |
| Octal | 172 | 211 | 317 | 51 | 42 | 0 | 23 | 345 | 57 | 101 |
| Binary | 1111010 | 10001001 | 11001111 | 101001 | 100010 | 0 | 10011 | 11100101 | 101111 | 1000001 |
Color Harmonies of #7A89CF
Complementary color
Monochromatic Colors of #7A89CF
Black with #7A89CF
Text Example
Text Example
White with #7A89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89CF; }
p { color: rgb(122,137,207); }
H1.HeaderClassName
{
color: #7A89CF;
}
.AnyTagClassName
{
color: #7A89CF;
}
</style>
background-color css
<style>
a { background-color: #7A89CF; }
a { background-color: rgb(122,137,207); }
div.DivClassName
{
background-color: #7A89CF;
}
.BgClassName
{
background-color: #7A89CF;
}
</style>
border-color css
<style>
span { border-color: #7A89CF; }
span { border-color: rgb(122,137,207); }
td.TdClassName
{
border-color: #7A89CF;
}
.TagClassName
{
border-color: #7A89CF;
}
</style>