#7697BE

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

Shades of Wild Blue Yonder #7697BE

Tints of Wild Blue Yonder #7697BE

Color information

#7697BE (or 0x7697BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 97 and BE. RGB value is (118,151,190). Sum of RGB (Red+Green+Blue) = 118+151+190=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7697BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697BE is #896841. Grayscale: #919191. Windows color (decimal): -9005122 or 12490614. OLE color: 12490614.

HSL color Cylindrical-coordinate representation of color #7697BE: hue angle of 212.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7697BE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118151190-
CMYK0.380.2100.25
HSL212.5º35.64%60.39%-
HSV(B)212.5º37.89%74.51%-
XYZ27.8329.752.98-
YUV145.58153.07108.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=25.71%
G=32.90%
B=41.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181511900.380.2100.25212.535.6460.39
Hex7697BE2615019d4243c
Octal16622727646250313244474
Binary111011010010111101111101001101010101100111010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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