Html Css Color HEX #8B838D Amethyst Smoke

📋 copy color: '#8B838D'

red 139 ◦ green 131 ◦ blue 141

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

Shades of Amethyst Smoke #8B838D

Tints of Amethyst Smoke #8B838D

RGB

 RED value IS 139 (54.69% from 255) = 33.82%

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

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

R = 33.82%
G = 31.87%
B = 34.31%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B838D (or 0x8B838D) is known color: Amethyst Smoke. HEX triplet: 8B, 83 and 8D. RGB value is (139,131,141). Sum of RGB (Red+Green+Blue) = 139+131+141=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B838D is #747C72. Grayscale: #868686. Windows color (decimal): -7634035 or 9274251. OLE color: 9274251.

HSL color Cylindrical-coordinate representation of color #8B838D: hue angle of 288º 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 #8B838D is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 131 141 -
CMYK 0.01 0.07 0 0.45
HSL 288º 0.04% 0.53% -
HSV(B) 288º 0.07% 0.55% -
XYZ 23.57 23.64 28.52 -
YUV 134.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 139 131 141 0.01 0.07 0 0.45 288 0.04 0.53
Hex 8B 83 8D 1 7 0 2D 120 4 35
Octal 213 203 215 1 7 0 55 440 4 65
Binary 10001011 10000011 10001101 1 111 0 101101 100100000 100 110101

Color Harmonies of #8B838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B838D

Black with #8B838D

Text Example


Text Example

White with #8B838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B838D; }

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

 H1.HeaderClassName
 {
   color: #8B838D;
 }
 .AnyTagClassName
 {
   color: #8B838D;
 }
</style>

background-color css

<style>
 a { background-color: #8B838D; }

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

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

border-color css

<style>
 span { border-color: #8B838D; }

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

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