#88859B

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

Shades of Grey Suit #88859B

Tints of Grey Suit #88859B

Color information

#88859B (or 0x88859B) is unknown color: approx Grey Suit. HEX triplet: 88, 85 and 9B. RGB value is (136,133,155). Sum of RGB (Red+Green+Blue) = 136+133+155=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #88859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88859B is #777A64. Grayscale: #888888. Windows color (decimal): -7830117 or 10192264. OLE color: 10192264.

HSL color Cylindrical-coordinate representation of color #88859B: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88859B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136133155-
CMYK0.120.1400.39
HSL248.18º9.91%56.47%-
HSV(B)248.18º14.19%60.78%-
XYZ24.4624.3834.43-
YUV136.4138.49127.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=32.08%
G=31.37%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361331550.120.1400.39248.189.9156.47
Hex88859BCE027f8a38
Octal21020523314160473701270
Binary100010001000010110011011110011100100111111110001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88859B; }

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

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

<style>
 a { background-color: #88859B; }

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

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

<style>
 span { border-color: #88859B; }

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

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