#7680BA

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

Shades of Wild Blue Yonder #7680BA

Tints of Wild Blue Yonder #7680BA

Color information

#7680BA (or 0x7680BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 80 and BA. RGB value is (118,128,186). Sum of RGB (Red+Green+Blue) = 118+128+186=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7680BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680BA is #897F45. Grayscale: #838383. Windows color (decimal): -9011014 or 12222582. OLE color: 12222582.

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

Color convert

RGB118128186-
CMYK0.370.3100.27
HSL231.18º33.01%59.61%-
HSV(B)231.18º36.56%72.94%-
XYZ24.0522.8449.59-
YUV131.62158.69118.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=27.31%
G=29.63%
B=43.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181281860.370.3100.27231.1833.0159.61
Hex7680BA251F01Be7213c
Octal16620027245370333474174
Binary111011010000000101110101001011111101101111100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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