Shades of Wild Blue Yonder #7794BD
Tints of Wild Blue Yonder #7794BD
RGB
CMYK
RGB Variations
Color information
#7794BD (or 0x7794BD) is known color: Wild Blue Yonder. HEX triplet: 77, 94 and BD. RGB value is (119,148,189). Sum of RGB (Red+Green+Blue) = 119+148+189=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7794BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794BD is #886B42. Grayscale: #8F8F8F. Windows color (decimal): -8940355 or 12424311. OLE color: 12424311.
HSL color Cylindrical-coordinate representation of color #7794BD: hue angle of 215.14º degrees, saturation: 0.35, 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 #7794BD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 148 | 189 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.26 |
| HSL | 215.14º | 0.35% | 0.6% | - |
| HSV(B) | 215.14º | 0.37% | 0.74% | - |
| XYZ | 27.38 | 28.78 | 52.26 | - |
| YUV | 144 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 189 | 0.37 | 0.22 | 0 | 0.26 | 215.14 | 0.35 | 0.6 |
| Hex | 77 | 94 | BD | 25 | 16 | 0 | 1A | D7 | 23 | 3C |
| Octal | 167 | 224 | 275 | 45 | 26 | 0 | 32 | 327 | 43 | 74 |
| Binary | 1110111 | 10010100 | 10111101 | 100101 | 10110 | 0 | 11010 | 11010111 | 100011 | 111100 |
Color Harmonies of #7794BD
Complementary color
Monochromatic Colors of #7794BD
Black with #7794BD
Text Example
Text Example
White with #7794BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794BD; }
p { color: rgb(119,148,189); }
H1.HeaderClassName
{
color: #7794BD;
}
.AnyTagClassName
{
color: #7794BD;
}
</style>
background-color css
<style>
a { background-color: #7794BD; }
a { background-color: rgb(119,148,189); }
div.DivClassName
{
background-color: #7794BD;
}
.BgClassName
{
background-color: #7794BD;
}
</style>
border-color css
<style>
span { border-color: #7794BD; }
span { border-color: rgb(119,148,189); }
td.TdClassName
{
border-color: #7794BD;
}
.TagClassName
{
border-color: #7794BD;
}
</style>