Html Css Color HEX #8E8597 Amethyst Smoke

📋 copy color: '#8E8597'

red 142 ◦ green 133 ◦ blue 151

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

Shades of Amethyst Smoke #8E8597

Tints of Amethyst Smoke #8E8597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 33.33%
G = 31.22%
B = 35.45%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E8597 (or 0x8E8597) is known color: Amethyst Smoke. HEX triplet: 8E, 85 and 97. RGB value is (142,133,151). Sum of RGB (Red+Green+Blue) = 142+133+151=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E8597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8597 is #717A68. Grayscale: #898989. Windows color (decimal): -7436905 or 9930126. OLE color: 9930126.

HSL color Cylindrical-coordinate representation of color #8E8597: hue angle of 270º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E8597 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 133 151 -
CMYK 0.06 0.12 0 0.41
HSL 270º 0.08% 0.56% -
HSV(B) 270º 0.12% 0.59% -
XYZ 25.13 24.76 32.73 -
YUV 137.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 142 133 151 0.06 0.12 0 0.41 270 0.08 0.56
Hex 8E 85 97 6 C 0 29 10E 8 38
Octal 216 205 227 6 14 0 51 416 10 70
Binary 10001110 10000101 10010111 110 1100 0 101001 100001110 1000 111000

Color Harmonies of #8E8597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8597

Black with #8E8597

Text Example


Text Example

White with #8E8597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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