Shades of Wild Blue Yonder #7A90BF
Tints of Wild Blue Yonder #7A90BF
RGB
CMYK
RGB Variations
Color information
#7A90BF (or 0x7A90BF) is known color: Wild Blue Yonder. HEX triplet: 7A, 90 and BF. RGB value is (122,144,191). Sum of RGB (Red+Green+Blue) = 122+144+191=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A90BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90BF is #856F40. Grayscale: #8E8E8E. Windows color (decimal): -8744769 or 12554362. OLE color: 12554362.
HSL color Cylindrical-coordinate representation of color #7A90BF: hue angle of 220.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A90BF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 144 | 191 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.25 |
| HSL | 220.87º | 0.35% | 0.61% | - |
| HSV(B) | 220.87º | 0.36% | 0.75% | - |
| XYZ | 27.4 | 27.85 | 53.22 | - |
| YUV | 142.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 191 | 0.36 | 0.25 | 0 | 0.25 | 220.87 | 0.35 | 0.61 |
| Hex | 7A | 90 | BF | 24 | 19 | 0 | 19 | DD | 23 | 3D |
| Octal | 172 | 220 | 277 | 44 | 31 | 0 | 31 | 335 | 43 | 75 |
| Binary | 1111010 | 10010000 | 10111111 | 100100 | 11001 | 0 | 11001 | 11011101 | 100011 | 111101 |
Color Harmonies of #7A90BF
Complementary color
Monochromatic Colors of #7A90BF
Black with #7A90BF
Text Example
Text Example
White with #7A90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90BF; }
p { color: rgb(122,144,191); }
H1.HeaderClassName
{
color: #7A90BF;
}
.AnyTagClassName
{
color: #7A90BF;
}
</style>
background-color css
<style>
a { background-color: #7A90BF; }
a { background-color: rgb(122,144,191); }
div.DivClassName
{
background-color: #7A90BF;
}
.BgClassName
{
background-color: #7A90BF;
}
</style>
border-color css
<style>
span { border-color: #7A90BF; }
span { border-color: rgb(122,144,191); }
td.TdClassName
{
border-color: #7A90BF;
}
.TagClassName
{
border-color: #7A90BF;
}
</style>