#7697BA

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

Shades of Wild Blue Yonder #7697BA

Tints of Wild Blue Yonder #7697BA

Color information

#7697BA (or 0x7697BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 97 and BA. RGB value is (118,151,186). Sum of RGB (Red+Green+Blue) = 118+151+186=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #7697BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697BA is #896845. Grayscale: #909090. Windows color (decimal): -9005126 or 12228470. OLE color: 12228470.

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

Color convert

RGB118151186-
CMYK0.370.1900.27
HSL210.88º33.01%59.61%-
HSV(B)210.88º36.56%72.94%-
XYZ27.429.5350.71-
YUV145.12151.07108.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=25.93%
G=33.19%
B=40.88%

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
Decimal1181511860.370.1900.27210.8833.0159.61
Hex7697BA251301Bd3213c
Octal16622727245230333234174
Binary111011010010111101110101001011001101101111010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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