Shades of Wild Blue Yonder #7890BC
Tints of Wild Blue Yonder #7890BC
RGB
CMYK
RGB Variations
Color information
#7890BC (or 0x7890BC) is known color: Wild Blue Yonder. HEX triplet: 78, 90 and BC. RGB value is (120,144,188). Sum of RGB (Red+Green+Blue) = 120+144+188=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7890BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890BC is #876F43. Grayscale: #8D8D8D. Windows color (decimal): -8875844 or 12357752. OLE color: 12357752.
HSL color Cylindrical-coordinate representation of color #7890BC: hue angle of 218.82º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7890BC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 144 | 188 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.26 |
| HSL | 218.82º | 0.34% | 0.6% | - |
| HSV(B) | 218.82º | 0.36% | 0.74% | - |
| XYZ | 26.8 | 27.57 | 51.49 | - |
| YUV | 141.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 188 | 0.36 | 0.23 | 0 | 0.26 | 218.82 | 0.34 | 0.6 |
| Hex | 78 | 90 | BC | 24 | 17 | 0 | 1A | DB | 22 | 3C |
| Octal | 170 | 220 | 274 | 44 | 27 | 0 | 32 | 333 | 42 | 74 |
| Binary | 1111000 | 10010000 | 10111100 | 100100 | 10111 | 0 | 11010 | 11011011 | 100010 | 111100 |
Color Harmonies of #7890BC
Complementary color
Monochromatic Colors of #7890BC
Black with #7890BC
Text Example
Text Example
White with #7890BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890BC; }
p { color: rgb(120,144,188); }
H1.HeaderClassName
{
color: #7890BC;
}
.AnyTagClassName
{
color: #7890BC;
}
</style>
background-color css
<style>
a { background-color: #7890BC; }
a { background-color: rgb(120,144,188); }
div.DivClassName
{
background-color: #7890BC;
}
.BgClassName
{
background-color: #7890BC;
}
</style>
border-color css
<style>
span { border-color: #7890BC; }
span { border-color: rgb(120,144,188); }
td.TdClassName
{
border-color: #7890BC;
}
.TagClassName
{
border-color: #7890BC;
}
</style>