#888793

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

Shades of Grey Suit #888793

Tints of Grey Suit #888793

Color information

#888793 (or 0x888793) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 93. RGB value is (136,135,147). Sum of RGB (Red+Green+Blue) = 136+135+147=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #888793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888793 is #77786C. Grayscale: #888888. Windows color (decimal): -7829613 or 9668488. OLE color: 9668488.

HSL color Cylindrical-coordinate representation of color #888793: hue angle of 245º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888793 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136135147-
CMYK0.070.0800.42
HSL245º5.26%55.29%-
HSV(B)245º8.16%57.65%-
XYZ24.0824.6731.1-
YUV136.67133.83127.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=32.54%
G=32.30%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361351470.070.0800.422455.2655.29
Hex8887937802Af5537
Octal210207223710052365567
Binary1000100010000111100100111111000010101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888793; }

 p { color: rgb(136,135,147); }

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

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

 a { background-color: rgb(136,135,147); }

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

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

 span { border-color: rgb(136,135,147); }

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