Html Css Color HEX #8E8798 Amethyst Smoke

📋 copy color: '#8E8798'

red 142 ◦ green 135 ◦ blue 152

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

Shades of Amethyst Smoke #8E8798

Tints of Amethyst Smoke #8E8798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 33.1%
G = 31.47%
B = 35.43%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E8798 (or 0x8E8798) is known color: Amethyst Smoke. HEX triplet: 8E, 87 and 98. RGB value is (142,135,152). Sum of RGB (Red+Green+Blue) = 142+135+152=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8798 is #717867. Grayscale: #8A8A8A. Windows color (decimal): -7436392 or 9996174. OLE color: 9996174.

HSL color Cylindrical-coordinate representation of color #8E8798: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E8798 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 135 152 -
CMYK 0.07 0.11 0 0.40
HSL 264.71º 0.08% 0.56% -
HSV(B) 264.71º 0.11% 0.6% -
XYZ 25.49 25.35 33.25 -
YUV 139.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 142 135 152 0.07 0.11 0 0.40 264.71 0.08 0.56
Hex 8E 87 98 7 B 0 28 109 8 38
Octal 216 207 230 7 13 0 50 411 10 70
Binary 10001110 10000111 10011000 111 1011 0 101000 100001001 1000 111000

Color Harmonies of #8E8798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8798

Black with #8E8798

Text Example


Text Example

White with #8E8798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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