Shades of Wild Blue Yonder #7A90B6
Tints of Wild Blue Yonder #7A90B6
RGB
CMYK
RGB Variations
Color information
#7A90B6 (or 0x7A90B6) is known color: Wild Blue Yonder. HEX triplet: 7A, 90 and B6. RGB value is (122,144,182). Sum of RGB (Red+Green+Blue) = 122+144+182=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A90B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90B6 is #856F49. Grayscale: #8D8D8D. Windows color (decimal): -8744778 or 11964538. OLE color: 11964538.
HSL color Cylindrical-coordinate representation of color #7A90B6: hue angle of 218º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A90B6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 144 | 182 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.29 |
| HSL | 218º | 0.29% | 0.6% | - |
| HSV(B) | 218º | 0.33% | 0.71% | - |
| XYZ | 26.44 | 27.46 | 48.16 | - |
| YUV | 141.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 182 | 0.33 | 0.21 | 0 | 0.29 | 218 | 0.29 | 0.6 |
| Hex | 7A | 90 | B6 | 21 | 15 | 0 | 1D | DA | 1D | 3C |
| Octal | 172 | 220 | 266 | 41 | 25 | 0 | 35 | 332 | 35 | 74 |
| Binary | 1111010 | 10010000 | 10110110 | 100001 | 10101 | 0 | 11101 | 11011010 | 11101 | 111100 |
Color Harmonies of #7A90B6
Complementary color
Monochromatic Colors of #7A90B6
Black with #7A90B6
Text Example
Text Example
White with #7A90B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90B6; }
p { color: rgb(122,144,182); }
H1.HeaderClassName
{
color: #7A90B6;
}
.AnyTagClassName
{
color: #7A90B6;
}
</style>
background-color css
<style>
a { background-color: #7A90B6; }
a { background-color: rgb(122,144,182); }
div.DivClassName
{
background-color: #7A90B6;
}
.BgClassName
{
background-color: #7A90B6;
}
</style>
border-color css
<style>
span { border-color: #7A90B6; }
span { border-color: rgb(122,144,182); }
td.TdClassName
{
border-color: #7A90B6;
}
.TagClassName
{
border-color: #7A90B6;
}
</style>