Html Css Color HEX #8E8291 Amethyst Smoke

📋 copy color: '#8E8291'

red 142 ◦ green 130 ◦ blue 145

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

Shades of Amethyst Smoke #8E8291

Tints of Amethyst Smoke #8E8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 34.05%
G = 31.18%
B = 34.77%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E8291 (or 0x8E8291) is known color: Amethyst Smoke. HEX triplet: 8E, 82 and 91. RGB value is (142,130,145). Sum of RGB (Red+Green+Blue) = 142+130+145=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8291 is #717D6E. Grayscale: #878787. Windows color (decimal): -7437679 or 9536142. OLE color: 9536142.

HSL color Cylindrical-coordinate representation of color #8E8291: hue angle of 288º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E8291 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 130 145 -
CMYK 0.02 0.10 0 0.43
HSL 288º 0.06% 0.54% -
HSV(B) 288º 0.1% 0.57% -
XYZ 24.25 23.76 30.1 -
YUV 135.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 142 130 145 0.02 0.10 0 0.43 288 0.06 0.54
Hex 8E 82 91 2 A 0 2B 120 6 36
Octal 216 202 221 2 12 0 53 440 6 66
Binary 10001110 10000010 10010001 10 1010 0 101011 100100000 110 110110

Color Harmonies of #8E8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8291

Black with #8E8291

Text Example


Text Example

White with #8E8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,145); }

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

background-color css

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

 a { background-color: rgb(142,130,145); }

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

border-color css

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

 span { border-color: rgb(142,130,145); }

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