#7697C2

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

Shades of Wild Blue Yonder #7697C2

Tints of Wild Blue Yonder #7697C2

Color information

#7697C2 (or 0x7697C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 97 and C2. RGB value is (118,151,194). Sum of RGB (Red+Green+Blue) = 118+151+194=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #7697C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697C2 is #89683D. Grayscale: #919191. Windows color (decimal): -9005118 or 12752758. OLE color: 12752758.

HSL color Cylindrical-coordinate representation of color #7697C2: hue angle of 213.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7697C2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118151194-
CMYK0.390.2200.24
HSL213.95º38.38%61.18%-
HSV(B)213.95º39.18%76.08%-
XYZ28.2829.8855.32-
YUV146.04155.07108-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 194 (76.17% from 255) = 41.90%
R=25.49%
G=32.61%
B=41.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181511940.390.2200.24213.9538.3861.18
Hex7697C22716018d6263d
Octal16622730247260303264675
Binary111011010010111110000101001111011001100011010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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