Html Css Color HEX #89838B Amethyst Smoke

📋 copy color: '#89838B'

red 137 ◦ green 131 ◦ blue 139

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

Shades of Amethyst Smoke #89838B

Tints of Amethyst Smoke #89838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 33.66%
G = 32.19%
B = 34.15%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89838B (or 0x89838B) is known color: Amethyst Smoke. HEX triplet: 89, 83 and 8B. RGB value is (137,131,139). Sum of RGB (Red+Green+Blue) = 137+131+139=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #89838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89838B is #767C74. Grayscale: #858585. Windows color (decimal): -7765109 or 9143177. OLE color: 9143177.

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

Color convert

RGB 137 131 139 -
CMYK 0.01 0.06 0 0.45
HSL 285º 0.03% 0.53% -
HSV(B) 285º 0.06% 0.55% -
XYZ 23.09 23.42 27.73 -
YUV 133.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 137 131 139 0.01 0.06 0 0.45 285 0.03 0.53
Hex 89 83 8B 1 6 0 2D 11D 3 35
Octal 211 203 213 1 6 0 55 435 3 65
Binary 10001001 10000011 10001011 1 110 0 101101 100011101 11 110101

Color Harmonies of #89838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89838B

Black with #89838B

Text Example


Text Example

White with #89838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,131,139); }

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

background-color css

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

 a { background-color: rgb(137,131,139); }

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

border-color css

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

 span { border-color: rgb(137,131,139); }

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