#8082AF

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

Shades of Wild Blue Yonder #8082AF

Tints of Wild Blue Yonder #8082AF

Color information

#8082AF (or 0x8082AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 82 and AF. RGB value is (128,130,175). Sum of RGB (Red+Green+Blue) = 128+130+175=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #8082AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8082AF is #7F7D50. Grayscale: #868686. Windows color (decimal): -8355153 or 11502208. OLE color: 11502208.

HSL color Cylindrical-coordinate representation of color #8082AF: hue angle of 237.45º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8082AF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128130175-
CMYK0.270.2600.31
HSL237.45º22.71%59.41%-
HSV(B)237.45º26.86%68.63%-
XYZ24.6223.6543.82-
YUV134.53150.84123.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=29.56%
G=30.02%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281301750.270.2600.31237.4522.7159.41
Hex8082AF1B1A01Fed173b
Octal20020225733320373552773
Binary10000000100000101010111111011110100111111110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8082AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8082AF; }

 p { color: rgb(128,130,175); }

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

<style>
 a { background-color: #8082AF; }

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

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

<style>
 span { border-color: #8082AF; }

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

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