Html Css Color HEX #8E8093 Amethyst Smoke

📋 copy color: '#8E8093'

red 142 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #8E8093

Tints of Amethyst Smoke #8E8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 34.05%
G = 30.7%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E8093 (or 0x8E8093) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 93. RGB value is (142,128,147). Sum of RGB (Red+Green+Blue) = 142+128+147=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8093 is #717F6C. Grayscale: #868686. Windows color (decimal): -7438189 or 9666702. OLE color: 9666702.

HSL color Cylindrical-coordinate representation of color #8E8093: hue angle of 284.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E8093 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 128 147 -
CMYK 0.03 0.13 0 0.42
HSL 284.21º 0.08% 0.54% -
HSV(B) 284.21º 0.13% 0.58% -
XYZ 24.14 23.3 30.83 -
YUV 134.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 142 128 147 0.03 0.13 0 0.42 284.21 0.08 0.54
Hex 8E 80 93 3 D 0 2A 11C 8 36
Octal 216 200 223 3 15 0 52 434 10 66
Binary 10001110 10000000 10010011 11 1101 0 101010 100011100 1000 110110

Color Harmonies of #8E8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8093

Black with #8E8093

Text Example


Text Example

White with #8E8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,147); }

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

background-color css

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

 a { background-color: rgb(142,128,147); }

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

border-color css

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

 span { border-color: rgb(142,128,147); }

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