#8081AF

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

Shades of Wild Blue Yonder #8081AF

Tints of Wild Blue Yonder #8081AF

Color information

#8081AF (or 0x8081AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 81 and AF. RGB value is (128,129,175). Sum of RGB (Red+Green+Blue) = 128+129+175=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #8081AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8081AF is #7F7E50. Grayscale: #858585. Windows color (decimal): -8355409 or 11501952. OLE color: 11501952.

HSL color Cylindrical-coordinate representation of color #8081AF: hue angle of 238.72º 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 #8081AF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128129175-
CMYK0.270.2600.31
HSL238.72º22.71%59.41%-
HSV(B)238.72º26.86%68.63%-
XYZ24.4923.3843.78-
YUV133.94151.17123.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=29.63%
G=29.86%
B=40.51%

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
Decimal1281291750.270.2600.31238.7222.7159.41
Hex8081AF1B1A01Fef173b
Octal20020125733320373572773
Binary10000000100000011010111111011110100111111110111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8081AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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