#7680BB

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

Shades of Wild Blue Yonder #7680BB

Tints of Wild Blue Yonder #7680BB

Color information

#7680BB (or 0x7680BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 80 and BB. RGB value is (118,128,187). Sum of RGB (Red+Green+Blue) = 118+128+187=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7680BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680BB is #897F44. Grayscale: #838383. Windows color (decimal): -9011013 or 12288118. OLE color: 12288118.

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

Color convert

RGB118128187-
CMYK0.370.3200.27
HSL231.3º33.66%59.8%-
HSV(B)231.3º36.9%73.33%-
XYZ24.1622.8850.16-
YUV131.74159.19118.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=27.25%
G=29.56%
B=43.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181281870.370.3200.27231.333.6659.8
Hex7680BB252001Be7223c
Octal16620027345400333474274
Binary1110110100000001011101110010110000001101111100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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