Shades of Wild Blue Yonder #7794BC
Tints of Wild Blue Yonder #7794BC
RGB
CMYK
RGB Variations
Color information
#7794BC (or 0x7794BC) is known color: Wild Blue Yonder. HEX triplet: 77, 94 and BC. RGB value is (119,148,188). Sum of RGB (Red+Green+Blue) = 119+148+188=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #7794BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794BC is #886B43. Grayscale: #8F8F8F. Windows color (decimal): -8940356 or 12358775. OLE color: 12358775.
HSL color Cylindrical-coordinate representation of color #7794BC: hue angle of 214.78º 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 #7794BC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 148 | 188 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.26 |
| HSL | 214.78º | 0.34% | 0.6% | - |
| HSV(B) | 214.78º | 0.37% | 0.74% | - |
| XYZ | 27.27 | 28.73 | 51.69 | - |
| YUV | 143.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 188 | 0.37 | 0.21 | 0 | 0.26 | 214.78 | 0.34 | 0.6 |
| Hex | 77 | 94 | BC | 25 | 15 | 0 | 1A | D7 | 22 | 3C |
| Octal | 167 | 224 | 274 | 45 | 25 | 0 | 32 | 327 | 42 | 74 |
| Binary | 1110111 | 10010100 | 10111100 | 100101 | 10101 | 0 | 11010 | 11010111 | 100010 | 111100 |
Color Harmonies of #7794BC
Complementary color
Monochromatic Colors of #7794BC
Black with #7794BC
Text Example
Text Example
White with #7794BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794BC; }
p { color: rgb(119,148,188); }
H1.HeaderClassName
{
color: #7794BC;
}
.AnyTagClassName
{
color: #7794BC;
}
</style>
background-color css
<style>
a { background-color: #7794BC; }
a { background-color: rgb(119,148,188); }
div.DivClassName
{
background-color: #7794BC;
}
.BgClassName
{
background-color: #7794BC;
}
</style>
border-color css
<style>
span { border-color: #7794BC; }
span { border-color: rgb(119,148,188); }
td.TdClassName
{
border-color: #7794BC;
}
.TagClassName
{
border-color: #7794BC;
}
</style>