#8A82AB

Color #8A82AB Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8A82AB

Tints of Grey Suit #8A82AB

Color information

#8A82AB (or 0x8A82AB) is unknown color: approx Grey Suit. HEX triplet: 8A, 82 and AB. RGB value is (138,130,171). Sum of RGB (Red+Green+Blue) = 138+130+171=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A82AB is #757D54. Grayscale: #888888. Windows color (decimal): -7699797 or 11240074. OLE color: 11240074.

HSL color Cylindrical-coordinate representation of color #8A82AB: hue angle of 251.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A82AB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138130171-
CMYK0.190.2400.33
HSL251.71º19.62%59.02%-
HSV(B)251.71º23.98%67.06%-
XYZ25.8124.3141.86-
YUV137.07147.15128.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=31.44%
G=29.61%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381301710.190.2400.33251.7119.6259.02
Hex8A82AB1318021fc143b
Octal21220225323300413742473
Binary100010101000001010101011100111100001000011111110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A82AB; }

 p { color: rgb(138,130,171); }

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

<style>
 a { background-color: #8A82AB; }

 a { background-color: rgb(138,130,171); }

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

<style>
 span { border-color: #8A82AB; }

 span { border-color: rgb(138,130,171); }

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