#888495

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

Shades of Grey Suit #888495

Tints of Grey Suit #888495

Color information

#888495 (or 0x888495) is unknown color: approx Grey Suit. HEX triplet: 88, 84 and 95. RGB value is (136,132,149). Sum of RGB (Red+Green+Blue) = 136+132+149=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #888495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888495 is #777B6A. Grayscale: #878787. Windows color (decimal): -7830379 or 9798792. OLE color: 9798792.

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

Color convert

RGB136132149-
CMYK0.090.1100.42
HSL254.12º7.42%55.1%-
HSV(B)254.12º11.41%58.43%-
XYZ23.8323.9131.79-
YUV135.13135.83128.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=32.61%
G=31.65%
B=35.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361321490.090.1100.42254.127.4255.1
Hex8884959B02Afe737
Octal2102042251113052376767
Binary10001000100001001001010110011011010101011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888495; }

 p { color: rgb(136,132,149); }

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

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

 a { background-color: rgb(136,132,149); }

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

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

 span { border-color: rgb(136,132,149); }

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