Html Css Color HEX #8A848B Amethyst Smoke

📋 copy color: '#8A848B'

red 138 ◦ green 132 ◦ blue 139

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

Shades of Amethyst Smoke #8A848B

Tints of Amethyst Smoke #8A848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 33.74%
G = 32.27%
B = 33.99%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A848B (or 0x8A848B) is known color: Amethyst Smoke. HEX triplet: 8A, 84 and 8B. RGB value is (138,132,139). Sum of RGB (Red+Green+Blue) = 138+132+139=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A848B is #757B74. Grayscale: #868686. Windows color (decimal): -7699317 or 9143434. OLE color: 9143434.

HSL color Cylindrical-coordinate representation of color #8A848B: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A848B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 132 139 -
CMYK 0.01 0.05 0 0.45
HSL 291.43º 0.03% 0.53% -
HSV(B) 291.43º 0.05% 0.55% -
XYZ 23.39 23.77 27.78 -
YUV 134.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 138 132 139 0.01 0.05 0 0.45 291.43 0.03 0.53
Hex 8A 84 8B 1 5 0 2D 123 3 35
Octal 212 204 213 1 5 0 55 443 3 65
Binary 10001010 10000100 10001011 1 101 0 101101 100100011 11 110101

Color Harmonies of #8A848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A848B

Black with #8A848B

Text Example


Text Example

White with #8A848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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