#7980AE

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

Shades of Wild Blue Yonder #7980AE

Tints of Wild Blue Yonder #7980AE

Color information

#7980AE (or 0x7980AE) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 80 and AE. RGB value is (121,128,174). Sum of RGB (Red+Green+Blue) = 121+128+174=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7980AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7980AE is #867F51. Grayscale: #828282. Windows color (decimal): -8814418 or 11436153. OLE color: 11436153.

HSL color Cylindrical-coordinate representation of color #7980AE: hue angle of 232.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7980AE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121128174-
CMYK0.300.2600.32
HSL232.08º24.65%57.84%-
HSV(B)232.08º30.46%68.24%-
XYZ23.2422.5643.17-
YUV131.15152.18120.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=28.61%
G=30.26%
B=41.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211281740.300.2600.32232.0824.6557.84
Hex7980AE1E1A020e8193a
Octal17120025636320403503172
Binary11110011000000010101110111101101001000001110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7980AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7980AE; }

 p { color: rgb(121,128,174); }

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

<style>
 a { background-color: #7980AE; }

 a { background-color: rgb(121,128,174); }

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

<style>
 span { border-color: #7980AE; }

 span { border-color: rgb(121,128,174); }

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