#8C889B

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

Shades of Grey Suit #8C889B

Tints of Grey Suit #8C889B

Color information

#8C889B (or 0x8C889B) is unknown color: approx Grey Suit. HEX triplet: 8C, 88 and 9B. RGB value is (140,136,155). Sum of RGB (Red+Green+Blue) = 140+136+155=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C889B is #737764. Grayscale: #8B8B8B. Windows color (decimal): -7567205 or 10193036. OLE color: 10193036.

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

Color convert

RGB140136155-
CMYK0.100.1200.39
HSL252.63º8.68%57.06%-
HSV(B)252.63º12.26%60.78%-
XYZ25.5425.5534.6-
YUV139.36136.83128.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=32.48%
G=31.55%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401361550.100.1200.39252.638.6857.06
Hex8C889BAC027fd939
Octal21421023312140473751171
Binary100011001000100010011011101011000100111111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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