#88798D

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

Shades of Amethyst Smoke #88798D

Tints of Amethyst Smoke #88798D

Color information

#88798D (or 0x88798D) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 79 and 8D. RGB value is (136,121,141). Sum of RGB (Red+Green+Blue) = 136+121+141=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #88798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88798D is #778672. Grayscale: #7F7F7F. Windows color (decimal): -7833203 or 9271688. OLE color: 9271688.

HSL color Cylindrical-coordinate representation of color #88798D: hue angle of 285º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88798D is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136121141-
CMYK0.040.1400.45
HSL285º8.06%51.37%-
HSV(B)285º14.18%55.29%-
XYZ21.820.8328.07-
YUV127.76135.47133.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=34.17%
G=30.40%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361211410.040.1400.452858.0651.37
Hex88798D4E02D11d833
Octal2101712154160554351063
Binary10001000111100110001101100111001011011000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88798D; }

 p { color: rgb(136,121,141); }

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

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

 a { background-color: rgb(136,121,141); }

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

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

 span { border-color: rgb(136,121,141); }

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