Shades of Wild Blue Yonder #7795BC
Tints of Wild Blue Yonder #7795BC
RGB
CMYK
RGB Variations
Color information
#7795BC (or 0x7795BC) is known color: Wild Blue Yonder. HEX triplet: 77, 95 and BC. RGB value is (119,149,188). Sum of RGB (Red+Green+Blue) = 119+149+188=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #7795BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795BC is #886A43. Grayscale: #909090. Windows color (decimal): -8940100 or 12359031. OLE color: 12359031.
HSL color Cylindrical-coordinate representation of color #7795BC: hue angle of 213.91º 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 #7795BC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 149 | 188 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.26 |
| HSL | 213.91º | 0.34% | 0.6% | - |
| HSV(B) | 213.91º | 0.37% | 0.74% | - |
| XYZ | 27.43 | 29.05 | 51.74 | - |
| YUV | 144.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 188 | 0.37 | 0.21 | 0 | 0.26 | 213.91 | 0.34 | 0.6 |
| Hex | 77 | 95 | BC | 25 | 15 | 0 | 1A | D6 | 22 | 3C |
| Octal | 167 | 225 | 274 | 45 | 25 | 0 | 32 | 326 | 42 | 74 |
| Binary | 1110111 | 10010101 | 10111100 | 100101 | 10101 | 0 | 11010 | 11010110 | 100010 | 111100 |
Color Harmonies of #7795BC
Complementary color
Monochromatic Colors of #7795BC
Black with #7795BC
Text Example
Text Example
White with #7795BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795BC; }
p { color: rgb(119,149,188); }
H1.HeaderClassName
{
color: #7795BC;
}
.AnyTagClassName
{
color: #7795BC;
}
</style>
background-color css
<style>
a { background-color: #7795BC; }
a { background-color: rgb(119,149,188); }
div.DivClassName
{
background-color: #7795BC;
}
.BgClassName
{
background-color: #7795BC;
}
</style>
border-color css
<style>
span { border-color: #7795BC; }
span { border-color: rgb(119,149,188); }
td.TdClassName
{
border-color: #7795BC;
}
.TagClassName
{
border-color: #7795BC;
}
</style>