#7696BA

Color #7696BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7696BA

Tints of Wild Blue Yonder #7696BA

Color information

#7696BA (or 0x7696BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 96 and BA. RGB value is (118,150,186). Sum of RGB (Red+Green+Blue) = 118+150+186=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #7696BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696BA is #896945. Grayscale: #909090. Windows color (decimal): -9005382 or 12228214. OLE color: 12228214.

HSL color Cylindrical-coordinate representation of color #7696BA: hue angle of 211.76º 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 #7696BA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118150186-
CMYK0.370.1900.27
HSL211.76º33.01%59.61%-
HSV(B)211.76º36.56%72.94%-
XYZ27.2429.2150.66-
YUV144.54151.4109.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=25.99%
G=33.04%
B=40.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181501860.370.1900.27211.7633.0159.61
Hex7696BA251301Bd4213c
Octal16622627245230333244174
Binary111011010010110101110101001011001101101111010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7696BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7696BA; }

 p { color: rgb(118,150,186); }

 H1.HeaderClassName
 {
   color: #7696BA;
 }
 .AnyTagClassName
 {
   color: #7696BA;
 }
</style>
background-color css

<style>
 a { background-color: #7696BA; }

 a { background-color: rgb(118,150,186); }

 div.DivClassName
 {
   background-color: #7696BA;
 }
 .BgClassName
 {
   background-color: #7696BA;
 }
</style>
border-color css

<style>
 span { border-color: #7696BA; }

 span { border-color: rgb(118,150,186); }

 td.TdClassName
 {
   border-color: #7696BA;
 }
 .TagClassName
 {
   border-color: #7696BA;
 }
</style>