Html Css Color HEX #8B798D Amethyst Smoke

📋 copy color: '#8B798D'

red 139 ◦ green 121 ◦ blue 141

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

Shades of Amethyst Smoke #8B798D

Tints of Amethyst Smoke #8B798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 34.66%
G = 30.17%
B = 35.16%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B798D (or 0x8B798D) is known color: Amethyst Smoke. HEX triplet: 8B, 79 and 8D. RGB value is (139,121,141). Sum of RGB (Red+Green+Blue) = 139+121+141=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B798D is #748672. Grayscale: #808080. Windows color (decimal): -7636595 or 9271691. OLE color: 9271691.

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

Color convert

RGB 139 121 141 -
CMYK 0.01 0.14 0 0.45
HSL 294º 0.08% 0.51% -
HSV(B) 294º 0.14% 0.55% -
XYZ 22.29 21.09 28.09 -
YUV 128.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 139 121 141 0.01 0.14 0 0.45 294 0.08 0.51
Hex 8B 79 8D 1 E 0 2D 126 8 33
Octal 213 171 215 1 16 0 55 446 10 63
Binary 10001011 1111001 10001101 1 1110 0 101101 100100110 1000 110011

Color Harmonies of #8B798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B798D

Black with #8B798D

Text Example


Text Example

White with #8B798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,121,141); }

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

background-color css

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

 a { background-color: rgb(139,121,141); }

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

border-color css

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

 span { border-color: rgb(139,121,141); }

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