Html Css Color HEX #8E8794 Amethyst Smoke

📋 copy color: '#8E8794'

red 142 ◦ green 135 ◦ blue 148

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

Shades of Amethyst Smoke #8E8794

Tints of Amethyst Smoke #8E8794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 33.41%
G = 31.76%
B = 34.82%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E8794 (or 0x8E8794) is known color: Amethyst Smoke. HEX triplet: 8E, 87 and 94. RGB value is (142,135,148). Sum of RGB (Red+Green+Blue) = 142+135+148=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8794 is #71786B. Grayscale: #8A8A8A. Windows color (decimal): -7436396 or 9734030. OLE color: 9734030.

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

Color convert

RGB 142 135 148 -
CMYK 0.04 0.09 0 0.42
HSL 272.31º 0.06% 0.55% -
HSV(B) 272.31º 0.09% 0.58% -
XYZ 25.16 25.22 31.56 -
YUV 138.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 142 135 148 0.04 0.09 0 0.42 272.31 0.06 0.55
Hex 8E 87 94 4 9 0 2A 110 6 37
Octal 216 207 224 4 11 0 52 420 6 67
Binary 10001110 10000111 10010100 100 1001 0 101010 100010000 110 110111

Color Harmonies of #8E8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8794

Black with #8E8794

Text Example


Text Example

White with #8E8794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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