Html Css Color HEX #8E8895 Amethyst Smoke

📋 copy color: '#8E8895'

red 142 ◦ green 136 ◦ blue 149

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

Shades of Amethyst Smoke #8E8895

Tints of Amethyst Smoke #8E8895

RGB

 RED value IS 142 (55.86% from 255) = 33.26%

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 33.26%
G = 31.85%
B = 34.89%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E8895 (or 0x8E8895) is known color: Amethyst Smoke. HEX triplet: 8E, 88 and 95. RGB value is (142,136,149). Sum of RGB (Red+Green+Blue) = 142+136+149=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8895 is #71776A. Grayscale: #8B8B8B. Windows color (decimal): -7436139 or 9799822. OLE color: 9799822.

HSL color Cylindrical-coordinate representation of color #8E8895: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8895 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 136 149 -
CMYK 0.05 0.09 0 0.42
HSL 267.69º 0.06% 0.56% -
HSV(B) 267.69º 0.09% 0.58% -
XYZ 25.38 25.53 32.02 -
YUV 139.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 142 136 149 0.05 0.09 0 0.42 267.69 0.06 0.56
Hex 8E 88 95 5 9 0 2A 10C 6 38
Octal 216 210 225 5 11 0 52 414 6 70
Binary 10001110 10001000 10010101 101 1001 0 101010 100001100 110 111000

Color Harmonies of #8E8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8895

Black with #8E8895

Text Example


Text Example

White with #8E8895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,149); }

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

background-color css

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

 a { background-color: rgb(142,136,149); }

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

border-color css

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

 span { border-color: rgb(142,136,149); }

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