#8A88AF

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

Shades of Grey Suit #8A88AF

Tints of Grey Suit #8A88AF

Color information

#8A88AF (or 0x8A88AF) is unknown color: approx Grey Suit. HEX triplet: 8A, 88 and AF. RGB value is (138,136,175). Sum of RGB (Red+Green+Blue) = 138+136+175=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A88AF is #757750. Grayscale: #8C8C8C. Windows color (decimal): -7698257 or 11503754. OLE color: 11503754.

HSL color Cylindrical-coordinate representation of color #8A88AF: hue angle of 243.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A88AF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138136175-
CMYK0.210.2200.31
HSL243.08º19.6%60.98%-
HSV(B)243.08º22.29%68.63%-
XYZ27.0226.1144.17-
YUV141.04147.16125.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=30.73%
G=30.29%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381361750.210.2200.31243.0819.660.98
Hex8A88AF151601Ff3143d
Octal21221025725260373632475
Binary10001010100010001010111110101101100111111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,136,175); }

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

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

 a { background-color: rgb(138,136,175); }

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

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

 span { border-color: rgb(138,136,175); }

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