Html Css Color HEX #8B878E Amethyst Smoke

📋 copy color: '#8B878E'

red 139 ◦ green 135 ◦ blue 142

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

Shades of Amethyst Smoke #8B878E

Tints of Amethyst Smoke #8B878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 33.41%
G = 32.45%
B = 34.13%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B878E (or 0x8B878E) is known color: Amethyst Smoke. HEX triplet: 8B, 87 and 8E. RGB value is (139,135,142). Sum of RGB (Red+Green+Blue) = 139+135+142=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B878E is #747871. Grayscale: #888888. Windows color (decimal): -7633010 or 9340811. OLE color: 9340811.

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

Color convert

RGB 139 135 142 -
CMYK 0.02 0.05 0 0.44
HSL 274.29º 0.03% 0.54% -
HSV(B) 274.29º 0.05% 0.56% -
XYZ 24.19 24.77 29.1 -
YUV 136.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 139 135 142 0.02 0.05 0 0.44 274.29 0.03 0.54
Hex 8B 87 8E 2 5 0 2C 112 3 36
Octal 213 207 216 2 5 0 54 422 3 66
Binary 10001011 10000111 10001110 10 101 0 101100 100010010 11 110110

Color Harmonies of #8B878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B878E

Black with #8B878E

Text Example


Text Example

White with #8B878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,135,142); }

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

background-color css

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

 a { background-color: rgb(139,135,142); }

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

border-color css

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

 span { border-color: rgb(139,135,142); }

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