#8D889B

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

Shades of Grey Suit #8D889B

Tints of Grey Suit #8D889B

Color information

#8D889B (or 0x8D889B) is unknown color: approx Grey Suit. HEX triplet: 8D, 88 and 9B. RGB value is (141,136,155). Sum of RGB (Red+Green+Blue) = 141+136+155=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D889B is #727764. Grayscale: #8B8B8B. Windows color (decimal): -7501669 or 10193037. OLE color: 10193037.

HSL color Cylindrical-coordinate representation of color #8D889B: hue angle of 255.79º 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 #8D889B is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141136155-
CMYK0.090.1200.39
HSL255.79º8.68%57.06%-
HSV(B)255.79º12.26%60.78%-
XYZ25.7125.6434.6-
YUV139.66136.66128.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=32.64%
G=31.48%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411361550.090.1200.39255.798.6857.06
Hex8D889B9C027100939
Octal21521023311140474001171
Binary1000110110001000100110111001110001001111000000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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