Html Css Color HEX #88758D Amethyst Smoke

📋 copy color: '#88758D'

red 136 ◦ green 117 ◦ blue 141

#88758D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #88758D

Tints of Amethyst Smoke #88758D

RGB

 RED value IS 136 (53.52% from 255) = 34.52%

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 34.52%
G = 29.7%
B = 35.79%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88758D (or 0x88758D) is known color: 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

RGB 136 117 141 -
CMYK 0.04 0.17 0 0.45
HSL 287.5º 0.1% 0.51% -
HSV(B) 287.5º 0.17% 0.55% -
XYZ 21.32 19.88 27.91 -
YUV 125.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 136 117 141 0.04 0.17 0 0.45 287.5 0.1 0.51
Hex 88 75 8D 4 11 0 2D 120 A 33
Octal 210 165 215 4 21 0 55 440 12 63
Binary 10001000 1110101 10001101 100 10001 0 101101 100100000 1010 110011

Color Harmonies of #88758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88758D

Black with #88758D

Text Example


Text Example

White with #88758D

Text Example


Text Example

HTML Codes & Css Web 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>