Shades of Wild Blue Yonder #7693BA
Tints of Wild Blue Yonder #7693BA
RGB
CMYK
RGB Variations
Color information
#7693BA (or 0x7693BA) is known color: Wild Blue Yonder. HEX triplet: 76, 93 and BA. RGB value is (118,147,186). Sum of RGB (Red+Green+Blue) = 118+147+186=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7693BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693BA is #896C45. Grayscale: #8E8E8E. Windows color (decimal): -9006150 or 12227446. OLE color: 12227446.
HSL color Cylindrical-coordinate representation of color #7693BA: hue angle of 214.41º 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 #7693BA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 147 | 186 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.27 |
| HSL | 214.41º | 0.33% | 0.6% | - |
| HSV(B) | 214.41º | 0.37% | 0.73% | - |
| XYZ | 26.77 | 28.26 | 50.5 | - |
| YUV | 142.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 186 | 0.37 | 0.21 | 0 | 0.27 | 214.41 | 0.33 | 0.6 |
| Hex | 76 | 93 | BA | 25 | 15 | 0 | 1B | D6 | 21 | 3C |
| Octal | 166 | 223 | 272 | 45 | 25 | 0 | 33 | 326 | 41 | 74 |
| Binary | 1110110 | 10010011 | 10111010 | 100101 | 10101 | 0 | 11011 | 11010110 | 100001 | 111100 |
Color Harmonies of #7693BA
Complementary color
Monochromatic Colors of #7693BA
Black with #7693BA
Text Example
Text Example
White with #7693BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7693BA; }
p { color: rgb(118,147,186); }
H1.HeaderClassName
{
color: #7693BA;
}
.AnyTagClassName
{
color: #7693BA;
}
</style>
background-color css
<style>
a { background-color: #7693BA; }
a { background-color: rgb(118,147,186); }
div.DivClassName
{
background-color: #7693BA;
}
.BgClassName
{
background-color: #7693BA;
}
</style>
border-color css
<style>
span { border-color: #7693BA; }
span { border-color: rgb(118,147,186); }
td.TdClassName
{
border-color: #7693BA;
}
.TagClassName
{
border-color: #7693BA;
}
</style>