Html Css Color HEX #8B828E Amethyst Smoke

📋 copy color: '#8B828E'

red 139 ◦ green 130 ◦ blue 142

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

Shades of Amethyst Smoke #8B828E

Tints of Amethyst Smoke #8B828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 33.82%
G = 31.63%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B828E (or 0x8B828E) is known color: Amethyst Smoke. HEX triplet: 8B, 82 and 8E. RGB value is (139,130,142). Sum of RGB (Red+Green+Blue) = 139+130+142=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B828E is #747D71. Grayscale: #868686. Windows color (decimal): -7634290 or 9339531. OLE color: 9339531.

HSL color Cylindrical-coordinate representation of color #8B828E: hue angle of 285º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B828E is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 130 142 -
CMYK 0.02 0.08 0 0.44
HSL 285º 0.05% 0.53% -
HSV(B) 285º 0.08% 0.56% -
XYZ 23.51 23.41 28.87 -
YUV 134.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 139 130 142 0.02 0.08 0 0.44 285 0.05 0.53
Hex 8B 82 8E 2 8 0 2C 11D 5 35
Octal 213 202 216 2 10 0 54 435 5 65
Binary 10001011 10000010 10001110 10 1000 0 101100 100011101 101 110101

Color Harmonies of #8B828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B828E

Black with #8B828E

Text Example


Text Example

White with #8B828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,142); }

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

background-color css

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

 a { background-color: rgb(139,130,142); }

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

border-color css

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

 span { border-color: rgb(139,130,142); }

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