Html Css Color HEX #89828C Amethyst Smoke

📋 copy color: '#89828C'

red 137 ◦ green 130 ◦ blue 140

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

Shades of Amethyst Smoke #89828C

Tints of Amethyst Smoke #89828C

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 33.66%
G = 31.94%
B = 34.4%

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

#89828C (or 0x89828C) is known color: Amethyst Smoke. HEX triplet: 89, 82 and 8C. RGB value is (137,130,140). Sum of RGB (Red+Green+Blue) = 137+130+140=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #89828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89828C is #767D73. Grayscale: #858585. Windows color (decimal): -7765364 or 9208457. OLE color: 9208457.

HSL color Cylindrical-coordinate representation of color #89828C: 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 #89828C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 130 140 -
CMYK 0.02 0.07 0 0.45
HSL 282º 0.04% 0.53% -
HSV(B) 282º 0.07% 0.55% -
XYZ 23.03 23.18 28.07 -
YUV 133.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 137 130 140 0.02 0.07 0 0.45 282 0.04 0.53
Hex 89 82 8C 2 7 0 2D 11A 4 35
Octal 211 202 214 2 7 0 55 432 4 65
Binary 10001001 10000010 10001100 10 111 0 101101 100011010 100 110101

Color Harmonies of #89828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89828C

Black with #89828C

Text Example


Text Example

White with #89828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89828C; }

 p { color: rgb(137,130,140); }

 H1.HeaderClassName
 {
   color: #89828C;
 }
 .AnyTagClassName
 {
   color: #89828C;
 }
</style>

background-color css

<style>
 a { background-color: #89828C; }

 a { background-color: rgb(137,130,140); }

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

border-color css

<style>
 span { border-color: #89828C; }

 span { border-color: rgb(137,130,140); }

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