Html Css Color HEX #8A828C Amethyst Smoke

📋 copy color: '#8A828C'

red 138 ◦ green 130 ◦ blue 140

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

Shades of Amethyst Smoke #8A828C

Tints of Amethyst Smoke #8A828C

RGB

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

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

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

R = 33.82%
G = 31.86%
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

#8A828C (or 0x8A828C) is known color: Amethyst Smoke. HEX triplet: 8A, 82 and 8C. RGB value is (138,130,140). Sum of RGB (Red+Green+Blue) = 138+130+140=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A828C is #757D73. Grayscale: #858585. Windows color (decimal): -7699828 or 9208458. OLE color: 9208458.

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

Color convert

RGB 138 130 140 -
CMYK 0.01 0.07 0 0.45
HSL 288º 0.04% 0.53% -
HSV(B) 288º 0.07% 0.55% -
XYZ 23.2 23.26 28.08 -
YUV 133.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 138 130 140 0.01 0.07 0 0.45 288 0.04 0.53
Hex 8A 82 8C 1 7 0 2D 120 4 35
Octal 212 202 214 1 7 0 55 440 4 65
Binary 10001010 10000010 10001100 1 111 0 101101 100100000 100 110101

Color Harmonies of #8A828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A828C

Black with #8A828C

Text Example


Text Example

White with #8A828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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