#8A83A4

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

Shades of Grey Suit #8A83A4

Tints of Grey Suit #8A83A4

Color information

#8A83A4 (or 0x8A83A4) is unknown color: approx Grey Suit. HEX triplet: 8A, 83 and A4. RGB value is (138,131,164). Sum of RGB (Red+Green+Blue) = 138+131+164=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A83A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A83A4 is #757C5B. Grayscale: #888888. Windows color (decimal): -7699548 or 10781578. OLE color: 10781578.

HSL color Cylindrical-coordinate representation of color #8A83A4: hue angle of 252.73º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A83A4 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB138131164-
CMYK0.160.2000.36
HSL252.73º15.35%57.84%-
HSV(B)252.73º20.12%64.31%-
XYZ25.324.3238.48-
YUV136.85143.32128.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=31.87%
G=30.25%
B=37.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381311640.160.2000.36252.7315.3557.84
Hex8A83A41014024fdf3a
Octal21220324420240443751772
Binary10001010100000111010010010000101000100100111111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A83A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,131,164); }

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

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

 a { background-color: rgb(138,131,164); }

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

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

 span { border-color: rgb(138,131,164); }

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