Shades of Wild Blue Yonder #7A90C6
Tints of Wild Blue Yonder #7A90C6
RGB
CMYK
RGB Variations
Color information
#7A90C6 (or 0x7A90C6) is known color: Wild Blue Yonder. HEX triplet: 7A, 90 and C6. RGB value is (122,144,198). Sum of RGB (Red+Green+Blue) = 122+144+198=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A90C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90C6 is #856F39. Grayscale: #8F8F8F. Windows color (decimal): -8744762 or 13013114. OLE color: 13013114.
HSL color Cylindrical-coordinate representation of color #7A90C6: hue angle of 222.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A90C6 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 144 | 198 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.22 |
| HSL | 222.63º | 0.4% | 0.63% | - |
| HSV(B) | 222.63º | 0.38% | 0.78% | - |
| XYZ | 28.19 | 28.16 | 57.38 | - |
| YUV | 143.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 198 | 0.38 | 0.27 | 0 | 0.22 | 222.63 | 0.4 | 0.63 |
| Hex | 7A | 90 | C6 | 26 | 1B | 0 | 16 | DF | 28 | 3F |
| Octal | 172 | 220 | 306 | 46 | 33 | 0 | 26 | 337 | 50 | 77 |
| Binary | 1111010 | 10010000 | 11000110 | 100110 | 11011 | 0 | 10110 | 11011111 | 101000 | 111111 |
Color Harmonies of #7A90C6
Complementary color
Monochromatic Colors of #7A90C6
Black with #7A90C6
Text Example
Text Example
White with #7A90C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90C6; }
p { color: rgb(122,144,198); }
H1.HeaderClassName
{
color: #7A90C6;
}
.AnyTagClassName
{
color: #7A90C6;
}
</style>
background-color css
<style>
a { background-color: #7A90C6; }
a { background-color: rgb(122,144,198); }
div.DivClassName
{
background-color: #7A90C6;
}
.BgClassName
{
background-color: #7A90C6;
}
</style>
border-color css
<style>
span { border-color: #7A90C6; }
span { border-color: rgb(122,144,198); }
td.TdClassName
{
border-color: #7A90C6;
}
.TagClassName
{
border-color: #7A90C6;
}
</style>