#7694BE

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

Shades of Wild Blue Yonder #7694BE

Tints of Wild Blue Yonder #7694BE

Color information

#7694BE (or 0x7694BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 94 and BE. RGB value is (118,148,190). Sum of RGB (Red+Green+Blue) = 118+148+190=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7694BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694BE is #896B41. Grayscale: #8F8F8F. Windows color (decimal): -9005890 or 12489846. OLE color: 12489846.

HSL color Cylindrical-coordinate representation of color #7694BE: hue angle of 215º 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 #7694BE is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118148190-
CMYK0.380.2200.25
HSL215º35.64%60.39%-
HSV(B)215º37.89%74.51%-
XYZ27.3628.7552.82-
YUV143.82154.06109.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=25.88%
G=32.46%
B=41.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181481900.380.2200.2521535.6460.39
Hex7694BE2616019d7243c
Octal16622427646260313274474
Binary111011010010100101111101001101011001100111010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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