Shades of Wild Blue Yonder #7790BC
Tints of Wild Blue Yonder #7790BC
RGB
CMYK
RGB Variations
Color information
#7790BC (or 0x7790BC) is known color: Wild Blue Yonder. HEX triplet: 77, 90 and BC. RGB value is (119,144,188). Sum of RGB (Red+Green+Blue) = 119+144+188=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #7790BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790BC is #886F43. Grayscale: #8D8D8D. Windows color (decimal): -8941380 or 12357751. OLE color: 12357751.
HSL color Cylindrical-coordinate representation of color #7790BC: hue angle of 218.26º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7790BC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 144 | 188 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.26 |
| HSL | 218.26º | 0.34% | 0.6% | - |
| HSV(B) | 218.26º | 0.37% | 0.74% | - |
| XYZ | 26.66 | 27.5 | 51.48 | - |
| YUV | 141.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 188 | 0.37 | 0.23 | 0 | 0.26 | 218.26 | 0.34 | 0.6 |
| Hex | 77 | 90 | BC | 25 | 17 | 0 | 1A | DA | 22 | 3C |
| Octal | 167 | 220 | 274 | 45 | 27 | 0 | 32 | 332 | 42 | 74 |
| Binary | 1110111 | 10010000 | 10111100 | 100101 | 10111 | 0 | 11010 | 11011010 | 100010 | 111100 |
Color Harmonies of #7790BC
Complementary color
Monochromatic Colors of #7790BC
Black with #7790BC
Text Example
Text Example
White with #7790BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790BC; }
p { color: rgb(119,144,188); }
H1.HeaderClassName
{
color: #7790BC;
}
.AnyTagClassName
{
color: #7790BC;
}
</style>
background-color css
<style>
a { background-color: #7790BC; }
a { background-color: rgb(119,144,188); }
div.DivClassName
{
background-color: #7790BC;
}
.BgClassName
{
background-color: #7790BC;
}
</style>
border-color css
<style>
span { border-color: #7790BC; }
span { border-color: rgb(119,144,188); }
td.TdClassName
{
border-color: #7790BC;
}
.TagClassName
{
border-color: #7790BC;
}
</style>