Shades of Wild Blue Yonder #7692BC
Tints of Wild Blue Yonder #7692BC
RGB
CMYK
RGB Variations
Color information
#7692BC (or 0x7692BC) is known color: Wild Blue Yonder. HEX triplet: 76, 92 and BC. RGB value is (118,146,188). Sum of RGB (Red+Green+Blue) = 118+146+188=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7692BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692BC is #896D43. Grayscale: #8E8E8E. Windows color (decimal): -9006404 or 12358262. OLE color: 12358262.
HSL color Cylindrical-coordinate representation of color #7692BC: hue angle of 216º 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 #7692BC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 146 | 188 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.26 |
| HSL | 216º | 0.34% | 0.6% | - |
| HSV(B) | 216º | 0.37% | 0.74% | - |
| XYZ | 26.83 | 28.04 | 51.58 | - |
| YUV | 142.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 188 | 0.37 | 0.22 | 0 | 0.26 | 216 | 0.34 | 0.6 |
| Hex | 76 | 92 | BC | 25 | 16 | 0 | 1A | D8 | 22 | 3C |
| Octal | 166 | 222 | 274 | 45 | 26 | 0 | 32 | 330 | 42 | 74 |
| Binary | 1110110 | 10010010 | 10111100 | 100101 | 10110 | 0 | 11010 | 11011000 | 100010 | 111100 |
Color Harmonies of #7692BC
Complementary color
Monochromatic Colors of #7692BC
Black with #7692BC
Text Example
Text Example
White with #7692BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7692BC; }
p { color: rgb(118,146,188); }
H1.HeaderClassName
{
color: #7692BC;
}
.AnyTagClassName
{
color: #7692BC;
}
</style>
background-color css
<style>
a { background-color: #7692BC; }
a { background-color: rgb(118,146,188); }
div.DivClassName
{
background-color: #7692BC;
}
.BgClassName
{
background-color: #7692BC;
}
</style>
border-color css
<style>
span { border-color: #7692BC; }
span { border-color: rgb(118,146,188); }
td.TdClassName
{
border-color: #7692BC;
}
.TagClassName
{
border-color: #7692BC;
}
</style>