Html Css Color HEX #8A828B Amethyst Smoke

📋 copy color: '#8A828B'

red 138 ◦ green 130 ◦ blue 139

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

Shades of Amethyst Smoke #8A828B

Tints of Amethyst Smoke #8A828B

RGB

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

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

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

R = 33.91%
G = 31.94%
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

#8A828B (or 0x8A828B) is known color: Amethyst Smoke. HEX triplet: 8A, 82 and 8B. RGB value is (138,130,139). Sum of RGB (Red+Green+Blue) = 138+130+139=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 130 (51.17% from 255 or 31.94% 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 #8A828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A828B is #757D74. Grayscale: #858585. Windows color (decimal): -7699829 or 9142922. OLE color: 9142922.

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

Color convert

RGB 138 130 139 -
CMYK 0.01 0.06 0 0.45
HSL 293.33º 0.04% 0.53% -
HSV(B) 293.33º 0.06% 0.55% -
XYZ 23.12 23.23 27.69 -
YUV 133.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 138 130 139 0.01 0.06 0 0.45 293.33 0.04 0.53
Hex 8A 82 8B 1 6 0 2D 125 4 35
Octal 212 202 213 1 6 0 55 445 4 65
Binary 10001010 10000010 10001011 1 110 0 101101 100100101 100 110101

Color Harmonies of #8A828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A828B

Black with #8A828B

Text Example


Text Example

White with #8A828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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