#8080AD

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

Shades of Wild Blue Yonder #8080AD

Tints of Wild Blue Yonder #8080AD

Color information

#8080AD (or 0x8080AD) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 80 and AD. RGB value is (128,128,173). Sum of RGB (Red+Green+Blue) = 128+128+173=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8080AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8080AD is #7F7F52. Grayscale: #848484. Windows color (decimal): -8355667 or 11370624. OLE color: 11370624.

HSL color Cylindrical-coordinate representation of color #8080AD: hue angle of 240º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8080AD is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128128173-
CMYK0.260.2600.32
HSL240º21.53%59.02%-
HSV(B)240º26.01%67.84%-
XYZ24.1623.0442.71-
YUV133.13150.5124.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=29.84%
G=29.84%
B=40.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281281730.260.2600.3224021.5359.02
Hex8080AD1A1A020f0163b
Octal20020025532320403602673
Binary100000001000000010101101110101101001000001111000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8080AD; }

 p { color: rgb(128,128,173); }

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

<style>
 a { background-color: #8080AD; }

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

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

<style>
 span { border-color: #8080AD; }

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

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