Html Css Color HEX #8B798F Amethyst Smoke

📋 copy color: '#8B798F'

red 139 ◦ green 121 ◦ blue 143

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

Shades of Amethyst Smoke #8B798F

Tints of Amethyst Smoke #8B798F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 34.49%
G = 30.02%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B798F (or 0x8B798F) is known color: Amethyst Smoke. HEX triplet: 8B, 79 and 8F. RGB value is (139,121,143). Sum of RGB (Red+Green+Blue) = 139+121+143=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B798F is #748670. Grayscale: #808080. Windows color (decimal): -7636593 or 9402763. OLE color: 9402763.

HSL color Cylindrical-coordinate representation of color #8B798F: hue angle of 289.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B798F is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 121 143 -
CMYK 0.03 0.15 0 0.44
HSL 289.09º 0.09% 0.52% -
HSV(B) 289.09º 0.15% 0.56% -
XYZ 22.44 21.15 28.89 -
YUV 128.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 139 121 143 0.03 0.15 0 0.44 289.09 0.09 0.52
Hex 8B 79 8F 3 F 0 2C 121 9 34
Octal 213 171 217 3 17 0 54 441 11 64
Binary 10001011 1111001 10001111 11 1111 0 101100 100100001 1001 110100

Color Harmonies of #8B798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B798F

Black with #8B798F

Text Example


Text Example

White with #8B798F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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