#7694BB

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

Shades of Wild Blue Yonder #7694BB

Tints of Wild Blue Yonder #7694BB

Color information

#7694BB (or 0x7694BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 94 and BB. RGB value is (118,148,187). Sum of RGB (Red+Green+Blue) = 118+148+187=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #7694BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694BB is #896B44. Grayscale: #8F8F8F. Windows color (decimal): -9005893 or 12293238. OLE color: 12293238.

HSL color Cylindrical-coordinate representation of color #7694BB: hue angle of 213.91º degrees, saturation: 0.34, 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 #7694BB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118148187-
CMYK0.370.2100.27
HSL213.91º33.66%59.8%-
HSV(B)213.91º36.9%73.33%-
XYZ27.0328.6251.11-
YUV143.48152.56109.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=26.05%
G=32.67%
B=41.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181481870.370.2100.27213.9133.6659.8
Hex7694BB251501Bd6223c
Octal16622427345250333264274
Binary111011010010100101110111001011010101101111010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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