#88808B

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

Shades of Amethyst Smoke #88808B

Tints of Amethyst Smoke #88808B

Color information

#88808B (or 0x88808B) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 80 and 8B. RGB value is (136,128,139). Sum of RGB (Red+Green+Blue) = 136+128+139=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #88808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88808B is #777F74. Grayscale: #838383. Windows color (decimal): -7831413 or 9142408. OLE color: 9142408.

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

Color convert

RGB136128139-
CMYK0.020.0800.45
HSL283.64º4.53%52.35%-
HSV(B)283.64º7.91%54.51%-
XYZ22.5322.5427.59-
YUV131.65132.15131.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=33.75%
G=31.76%
B=34.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361281390.020.0800.45283.644.5352.35
Hex88808B2802D11c534
Octal210200213210055434564
Binary1000100010000000100010111010000101101100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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