Shades of Wild Blue Yonder #7A90CB
Tints of Wild Blue Yonder #7A90CB
RGB
CMYK
RGB Variations
Color information
#7A90CB (or 0x7A90CB) is known color: Wild Blue Yonder. HEX triplet: 7A, 90 and CB. RGB value is (122,144,203). Sum of RGB (Red+Green+Blue) = 122+144+203=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A90CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90CB is #856F34. Grayscale: #8F8F8F. Windows color (decimal): -8744757 or 13340794. OLE color: 13340794.
HSL color Cylindrical-coordinate representation of color #7A90CB: hue angle of 223.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A90CB is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 144 | 203 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.20 |
| HSL | 223.7º | 0.44% | 0.64% | - |
| HSV(B) | 223.7º | 0.4% | 0.8% | - |
| XYZ | 28.78 | 28.4 | 60.46 | - |
| YUV | 144.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 203 | 0.40 | 0.29 | 0 | 0.20 | 223.7 | 0.44 | 0.64 |
| Hex | 7A | 90 | CB | 28 | 1D | 0 | 14 | E0 | 2C | 40 |
| Octal | 172 | 220 | 313 | 50 | 35 | 0 | 24 | 340 | 54 | 100 |
| Binary | 1111010 | 10010000 | 11001011 | 101000 | 11101 | 0 | 10100 | 11100000 | 101100 | 1000000 |
Color Harmonies of #7A90CB
Complementary color
Monochromatic Colors of #7A90CB
Black with #7A90CB
Text Example
Text Example
White with #7A90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90CB; }
p { color: rgb(122,144,203); }
H1.HeaderClassName
{
color: #7A90CB;
}
.AnyTagClassName
{
color: #7A90CB;
}
</style>
background-color css
<style>
a { background-color: #7A90CB; }
a { background-color: rgb(122,144,203); }
div.DivClassName
{
background-color: #7A90CB;
}
.BgClassName
{
background-color: #7A90CB;
}
</style>
border-color css
<style>
span { border-color: #7A90CB; }
span { border-color: rgb(122,144,203); }
td.TdClassName
{
border-color: #7A90CB;
}
.TagClassName
{
border-color: #7A90CB;
}
</style>