#888693

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

Shades of Grey Suit #888693

Tints of Grey Suit #888693

Color information

#888693 (or 0x888693) is unknown color: approx Grey Suit. HEX triplet: 88, 86 and 93. RGB value is (136,134,147). Sum of RGB (Red+Green+Blue) = 136+134+147=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #888693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888693 is #77796C. Grayscale: #888888. Windows color (decimal): -7829869 or 9668232. OLE color: 9668232.

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

Color convert

RGB136134147-
CMYK0.070.0900.42
HSL249.23º5.68%55.1%-
HSV(B)249.23º8.84%57.65%-
XYZ23.9424.3931.05-
YUV136.08134.16127.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=32.61%
G=32.13%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361341470.070.0900.42249.235.6855.1
Hex8886937902Af9637
Octal210206223711052371667
Binary1000100010000110100100111111001010101011111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888693; }

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

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

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

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

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

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

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

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