#8E8795

Color #8E8795 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8E8795

Tints of Amethyst Smoke #8E8795

Color information

#8E8795 (or 0x8E8795) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 87 and 95. RGB value is (142,135,149). Sum of RGB (Red+Green+Blue) = 142+135+149=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8795 is #71786A. Grayscale: #8A8A8A. Windows color (decimal): -7436395 or 9799566. OLE color: 9799566.

HSL color Cylindrical-coordinate representation of color #8E8795: hue angle of 270º 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 #8E8795 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142135149-
CMYK0.050.0900.42
HSL270º6.19%55.69%-
HSV(B)270º9.4%58.43%-
XYZ25.2425.2531.98-
YUV138.69133.82130.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=33.33%
G=31.69%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421351490.050.0900.422706.1955.69
Hex8E87955902A10e638
Octal216207225511052416670
Binary10001110100001111001010110110010101010100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8795;
 }
 .AnyTagClassName
 {
   color: #8E8795;
 }
</style>
background-color css

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

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

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

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

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

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