Html Css Color HEX #8B7A8C Amethyst Smoke

📋 copy color: '#8B7A8C'

red 139 ◦ green 122 ◦ blue 140

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

Shades of Amethyst Smoke #8B7A8C

Tints of Amethyst Smoke #8B7A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 34.66%
G = 30.42%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B7A8C (or 0x8B7A8C) is known color: Amethyst Smoke. HEX triplet: 8B, 7A and 8C. RGB value is (139,122,140). Sum of RGB (Red+Green+Blue) = 139+122+140=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7A8C is #748573. Grayscale: #818181. Windows color (decimal): -7636340 or 9206411. OLE color: 9206411.

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

Color convert

RGB 139 122 140 -
CMYK 0.01 0.13 0 0.45
HSL 296.67º 0.07% 0.51% -
HSV(B) 296.67º 0.13% 0.55% -
XYZ 22.34 21.3 27.75 -
YUV 129.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 139 122 140 0.01 0.13 0 0.45 296.67 0.07 0.51
Hex 8B 7A 8C 1 D 0 2D 129 7 33
Octal 213 172 214 1 15 0 55 451 7 63
Binary 10001011 1111010 10001100 1 1101 0 101101 100101001 111 110011

Color Harmonies of #8B7A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A8C

Black with #8B7A8C

Text Example


Text Example

White with #8B7A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,140); }

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

background-color css

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

 a { background-color: rgb(139,122,140); }

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

border-color css

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

 span { border-color: rgb(139,122,140); }

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