#8C8A9B

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

Shades of Grey Suit #8C8A9B

Tints of Grey Suit #8C8A9B

Color information

#8C8A9B (or 0x8C8A9B) is unknown color: approx Grey Suit. HEX triplet: 8C, 8A and 9B. RGB value is (140,138,155). Sum of RGB (Red+Green+Blue) = 140+138+155=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C8A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A9B is #737564. Grayscale: #8C8C8C. Windows color (decimal): -7566693 or 10193548. OLE color: 10193548.

HSL color Cylindrical-coordinate representation of color #8C8A9B: hue angle of 247.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8A9B is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140138155-
CMYK0.100.1100.39
HSL247.06º7.83%57.45%-
HSV(B)247.06º10.97%60.78%-
XYZ25.8226.1234.69-
YUV140.54136.16127.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=32.33%
G=31.87%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401381550.100.1100.39247.067.8357.45
Hex8C8A9BAB027f7839
Octal21421223312130473671071
Binary100011001000101010011011101010110100111111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,155); }

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

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

 a { background-color: rgb(140,138,155); }

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

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

 span { border-color: rgb(140,138,155); }

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