Html Css Color HEX #8A828E Amethyst Smoke

📋 copy color: '#8A828E'

red 138 ◦ green 130 ◦ blue 142

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

Shades of Amethyst Smoke #8A828E

Tints of Amethyst Smoke #8A828E

RGB

 RED value IS 138 (54.3% from 255) = 33.66%

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

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

R = 33.66%
G = 31.71%
B = 34.63%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A828E (or 0x8A828E) is known color: Amethyst Smoke. HEX triplet: 8A, 82 and 8E. RGB value is (138,130,142). Sum of RGB (Red+Green+Blue) = 138+130+142=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A828E is #757D71. Grayscale: #858585. Windows color (decimal): -7699826 or 9339530. OLE color: 9339530.

HSL color Cylindrical-coordinate representation of color #8A828E: hue angle of 280º 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 #8A828E is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 130 142 -
CMYK 0.03 0.08 0 0.44
HSL 280º 0.05% 0.53% -
HSV(B) 280º 0.08% 0.56% -
XYZ 23.35 23.32 28.86 -
YUV 133.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 138 130 142 0.03 0.08 0 0.44 280 0.05 0.53
Hex 8A 82 8E 3 8 0 2C 118 5 35
Octal 212 202 216 3 10 0 54 430 5 65
Binary 10001010 10000010 10001110 11 1000 0 101100 100011000 101 110101

Color Harmonies of #8A828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A828E

Black with #8A828E

Text Example


Text Example

White with #8A828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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