#88758D

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

Shades of Amethyst Smoke #88758D

Tints of Amethyst Smoke #88758D

Color information

#88758D (or 0x88758D) is unknown color: approx Amethyst Smoke. HEX triplet: 88, 75 and 8D. RGB value is (136,117,141). Sum of RGB (Red+Green+Blue) = 136+117+141=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #88758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88758D is #778A72. Grayscale: #7D7D7D. Windows color (decimal): -7834227 or 9270664. OLE color: 9270664.

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

Color convert

RGB136117141-
CMYK0.040.1700.45
HSL287.5º9.52%50.59%-
HSV(B)287.5º17.02%55.29%-
XYZ21.3219.8827.91-
YUV125.42136.79135.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=34.52%
G=29.70%
B=35.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361171410.040.1700.45287.59.5250.59
Hex88758D41102D120a33
Octal2101652154210554401263
Binary100010001110101100011011001000101011011001000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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