Shades of Wild Blue Yonder #7890C5
Tints of Wild Blue Yonder #7890C5
RGB
CMYK
RGB Variations
Color information
#7890C5 (or 0x7890C5) is known color: Wild Blue Yonder. HEX triplet: 78, 90 and C5. RGB value is (120,144,197). Sum of RGB (Red+Green+Blue) = 120+144+197=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #7890C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890C5 is #876F3A. Grayscale: #8E8E8E. Windows color (decimal): -8875835 or 12947576. OLE color: 12947576.
HSL color Cylindrical-coordinate representation of color #7890C5: hue angle of 221.3º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7890C5 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 144 | 197 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.23 |
| HSL | 221.3º | 0.4% | 0.62% | - |
| HSV(B) | 221.3º | 0.39% | 0.77% | - |
| XYZ | 27.8 | 27.97 | 56.76 | - |
| YUV | 142.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 197 | 0.39 | 0.27 | 0 | 0.23 | 221.3 | 0.4 | 0.62 |
| Hex | 78 | 90 | C5 | 27 | 1B | 0 | 17 | DD | 28 | 3E |
| Octal | 170 | 220 | 305 | 47 | 33 | 0 | 27 | 335 | 50 | 76 |
| Binary | 1111000 | 10010000 | 11000101 | 100111 | 11011 | 0 | 10111 | 11011101 | 101000 | 111110 |
Color Harmonies of #7890C5
Complementary color
Monochromatic Colors of #7890C5
Black with #7890C5
Text Example
Text Example
White with #7890C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890C5; }
p { color: rgb(120,144,197); }
H1.HeaderClassName
{
color: #7890C5;
}
.AnyTagClassName
{
color: #7890C5;
}
</style>
background-color css
<style>
a { background-color: #7890C5; }
a { background-color: rgb(120,144,197); }
div.DivClassName
{
background-color: #7890C5;
}
.BgClassName
{
background-color: #7890C5;
}
</style>
border-color css
<style>
span { border-color: #7890C5; }
span { border-color: rgb(120,144,197); }
td.TdClassName
{
border-color: #7890C5;
}
.TagClassName
{
border-color: #7890C5;
}
</style>