Html Css Color HEX #8E8591 Amethyst Smoke

📋 copy color: '#8E8591'

red 142 ◦ green 133 ◦ blue 145

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

Shades of Amethyst Smoke #8E8591

Tints of Amethyst Smoke #8E8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 33.81%
G = 31.67%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E8591 (or 0x8E8591) is known color: Amethyst Smoke. HEX triplet: 8E, 85 and 91. RGB value is (142,133,145). Sum of RGB (Red+Green+Blue) = 142+133+145=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8591 is #717A6E. Grayscale: #898989. Windows color (decimal): -7436911 or 9536910. OLE color: 9536910.

HSL color Cylindrical-coordinate representation of color #8E8591: hue angle of 285º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8591 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 133 145 -
CMYK 0.02 0.08 0 0.43
HSL 285º 0.05% 0.55% -
HSV(B) 285º 0.08% 0.57% -
XYZ 24.65 24.57 30.23 -
YUV 137.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 142 133 145 0.02 0.08 0 0.43 285 0.05 0.55
Hex 8E 85 91 2 8 0 2B 11D 5 37
Octal 216 205 221 2 10 0 53 435 5 67
Binary 10001110 10000101 10010001 10 1000 0 101011 100011101 101 110111

Color Harmonies of #8E8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8591

Black with #8E8591

Text Example


Text Example

White with #8E8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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