#88818B

Color #88818B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #88818B

Tints of Amethyst Smoke #88818B

Color information

#88818B (or 0x88818B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 81 and 8B. RGB value is (136,129,139). Sum of RGB (Red+Green+Blue) = 136+129+139=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #88818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88818B is #777E74. Grayscale: #848484. Windows color (decimal): -7831157 or 9142664. OLE color: 9142664.

HSL color Cylindrical-coordinate representation of color #88818B: hue angle of 282º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88818B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136129139-
CMYK0.020.0700.45
HSL282º4.13%52.55%-
HSV(B)282º7.19%54.51%-
XYZ22.6622.827.63-
YUV132.23131.82130.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=33.66%
G=31.93%
B=34.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361291390.020.0700.452824.1352.55
Hex88818B2702D11a435
Octal21020121327055432465
Binary100010001000000110001011101110101101100011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,129,139); }

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

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

 a { background-color: rgb(136,129,139); }

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

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

 span { border-color: rgb(136,129,139); }

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