Html Css Color HEX #88808B Amethyst Smoke

📋 copy color: '#88808B'

red 136 ◦ green 128 ◦ blue 139

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

Shades of Amethyst Smoke #88808B

Tints of Amethyst Smoke #88808B

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 value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88808B (or 0x88808B) is known color: 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

RGB 136 128 139 -
CMYK 0.02 0.08 0 0.45
HSL 283.64º 0.05% 0.52% -
HSV(B) 283.64º 0.08% 0.55% -
XYZ 22.53 22.54 27.59 -
YUV 131.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 136 128 139 0.02 0.08 0 0.45 283.64 0.05 0.52
Hex 88 80 8B 2 8 0 2D 11C 5 34
Octal 210 200 213 2 10 0 55 434 5 64
Binary 10001000 10000000 10001011 10 1000 0 101101 100011100 101 110100

Color Harmonies of #88808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88808B

Black with #88808B

Text Example


Text Example

White with #88808B

Text Example


Text Example

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