Shades of Wild Blue Yonder #7692BA
Tints of Wild Blue Yonder #7692BA
RGB
CMYK
RGB Variations
Color information
#7692BA (or 0x7692BA) is known color: Wild Blue Yonder. HEX triplet: 76, 92 and BA. RGB value is (118,146,186). Sum of RGB (Red+Green+Blue) = 118+146+186=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #7692BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692BA is #896D45. Grayscale: #8E8E8E. Windows color (decimal): -9006406 or 12227190. OLE color: 12227190.
HSL color Cylindrical-coordinate representation of color #7692BA: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7692BA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 146 | 186 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.27 |
| HSL | 215.29º | 0.33% | 0.6% | - |
| HSV(B) | 215.29º | 0.37% | 0.73% | - |
| XYZ | 26.61 | 27.95 | 50.45 | - |
| YUV | 142.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 186 | 0.37 | 0.22 | 0 | 0.27 | 215.29 | 0.33 | 0.6 |
| Hex | 76 | 92 | BA | 25 | 16 | 0 | 1B | D7 | 21 | 3C |
| Octal | 166 | 222 | 272 | 45 | 26 | 0 | 33 | 327 | 41 | 74 |
| Binary | 1110110 | 10010010 | 10111010 | 100101 | 10110 | 0 | 11011 | 11010111 | 100001 | 111100 |
Color Harmonies of #7692BA
Complementary color
Monochromatic Colors of #7692BA
Black with #7692BA
Text Example
Text Example
White with #7692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7692BA; }
p { color: rgb(118,146,186); }
H1.HeaderClassName
{
color: #7692BA;
}
.AnyTagClassName
{
color: #7692BA;
}
</style>
background-color css
<style>
a { background-color: #7692BA; }
a { background-color: rgb(118,146,186); }
div.DivClassName
{
background-color: #7692BA;
}
.BgClassName
{
background-color: #7692BA;
}
</style>
border-color css
<style>
span { border-color: #7692BA; }
span { border-color: rgb(118,146,186); }
td.TdClassName
{
border-color: #7692BA;
}
.TagClassName
{
border-color: #7692BA;
}
</style>