#888399

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

Shades of Grey Suit #888399

Tints of Grey Suit #888399

Color information

#888399 (or 0x888399) is unknown color: approx Grey Suit. HEX triplet: 88, 83 and 99. RGB value is (136,131,153). Sum of RGB (Red+Green+Blue) = 136+131+153=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #888399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888399 is #777C66. Grayscale: #868686. Windows color (decimal): -7830631 or 10060680. OLE color: 10060680.

HSL color Cylindrical-coordinate representation of color #888399: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #888399 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136131153-
CMYK0.110.1400.4
HSL253.64º9.73%55.69%-
HSV(B)253.64º14.38%60%-
XYZ24.0223.7733.46-
YUV135138.16128.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=32.38%
G=31.19%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361311530.110.1400.4253.649.7355.69
Hex888399BE028fea38
Octal21020323113160503761270
Binary100010001000001110011001101111100101000111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888399; }

 p { color: rgb(136,131,153); }

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

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

 a { background-color: rgb(136,131,153); }

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

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

 span { border-color: rgb(136,131,153); }

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