#8180AD

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

Shades of Wild Blue Yonder #8180AD

Tints of Wild Blue Yonder #8180AD

Color information

#8180AD (or 0x8180AD) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 80 and AD. RGB value is (129,128,173). Sum of RGB (Red+Green+Blue) = 129+128+173=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8180AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8180AD is #7E7F52. Grayscale: #858585. Windows color (decimal): -8290131 or 11370625. OLE color: 11370625.

HSL color Cylindrical-coordinate representation of color #8180AD: hue angle of 241.33º 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 #8180AD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129128173-
CMYK0.250.2600.32
HSL241.33º21.53%59.02%-
HSV(B)241.33º26.01%67.84%-
XYZ24.3223.1242.72-
YUV133.43150.33124.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=30%
G=29.77%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291281730.250.2600.32241.3321.5359.02
Hex8180AD191A020f1163b
Octal20120025531320403612673
Binary100000011000000010101101110011101001000001111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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