Shades of Wild Blue Yonder #7691BC
Tints of Wild Blue Yonder #7691BC
RGB
CMYK
RGB Variations
Color information
#7691BC (or 0x7691BC) is known color: Wild Blue Yonder. HEX triplet: 76, 91 and BC. RGB value is (118,145,188). Sum of RGB (Red+Green+Blue) = 118+145+188=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 145 (57.03% from 255 or 32.15% 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 #7691BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691BC is #896E43. Grayscale: #8D8D8D. Windows color (decimal): -9006660 or 12358006. OLE color: 12358006.
HSL color Cylindrical-coordinate representation of color #7691BC: hue angle of 216.86º 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 #7691BC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 145 | 188 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.26 |
| HSL | 216.86º | 0.34% | 0.6% | - |
| HSV(B) | 216.86º | 0.37% | 0.74% | - |
| XYZ | 26.67 | 27.73 | 51.52 | - |
| YUV | 141.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 188 | 0.37 | 0.23 | 0 | 0.26 | 216.86 | 0.34 | 0.6 |
| Hex | 76 | 91 | BC | 25 | 17 | 0 | 1A | D9 | 22 | 3C |
| Octal | 166 | 221 | 274 | 45 | 27 | 0 | 32 | 331 | 42 | 74 |
| Binary | 1110110 | 10010001 | 10111100 | 100101 | 10111 | 0 | 11010 | 11011001 | 100010 | 111100 |
Color Harmonies of #7691BC
Complementary color
Monochromatic Colors of #7691BC
Black with #7691BC
Text Example
Text Example
White with #7691BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7691BC; }
p { color: rgb(118,145,188); }
H1.HeaderClassName
{
color: #7691BC;
}
.AnyTagClassName
{
color: #7691BC;
}
</style>
background-color css
<style>
a { background-color: #7691BC; }
a { background-color: rgb(118,145,188); }
div.DivClassName
{
background-color: #7691BC;
}
.BgClassName
{
background-color: #7691BC;
}
</style>
border-color css
<style>
span { border-color: #7691BC; }
span { border-color: rgb(118,145,188); }
td.TdClassName
{
border-color: #7691BC;
}
.TagClassName
{
border-color: #7691BC;
}
</style>