Html Css Color HEX #88818B Amethyst Smoke

📋 copy color: '#88818B'

red 136 ◦ green 129 ◦ blue 139

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

Shades of Amethyst Smoke #88818B

Tints of Amethyst Smoke #88818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 33.66%
G = 31.93%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88818B (or 0x88818B) is known color: Amethyst Smoke. HEX triplet: 88, 81 and 8B. RGB value is (136,129,139). Sum of RGB (Red+Green+Blue) = 136+129+139=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #88818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88818B is #777E74. Grayscale: #848484. Windows color (decimal): -7831157 or 9142664. OLE color: 9142664.

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

Color convert

RGB 136 129 139 -
CMYK 0.02 0.07 0 0.45
HSL 282º 0.04% 0.53% -
HSV(B) 282º 0.07% 0.55% -
XYZ 22.66 22.8 27.63 -
YUV 132.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 136 129 139 0.02 0.07 0 0.45 282 0.04 0.53
Hex 88 81 8B 2 7 0 2D 11A 4 35
Octal 210 201 213 2 7 0 55 432 4 65
Binary 10001000 10000001 10001011 10 111 0 101101 100011010 100 110101

Color Harmonies of #88818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88818B

Black with #88818B

Text Example


Text Example

White with #88818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88818B;
 }
 .AnyTagClassName
 {
   color: #88818B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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