Html Css Color HEX #8E8498 Amethyst Smoke

📋 copy color: '#8E8498'

red 142 ◦ green 132 ◦ blue 152

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

Shades of Amethyst Smoke #8E8498

Tints of Amethyst Smoke #8E8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

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

R = 33.33%
G = 30.99%
B = 35.68%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E8498 (or 0x8E8498) is known color: Amethyst Smoke. HEX triplet: 8E, 84 and 98. RGB value is (142,132,152). Sum of RGB (Red+Green+Blue) = 142+132+152=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8498 is #717B67. Grayscale: #898989. Windows color (decimal): -7437160 or 9995406. OLE color: 9995406.

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

Color convert

RGB 142 132 152 -
CMYK 0.07 0.13 0 0.40
HSL 270º 0.09% 0.56% -
HSV(B) 270º 0.13% 0.6% -
XYZ 25.07 24.52 33.12 -
YUV 137.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 142 132 152 0.07 0.13 0 0.40 270 0.09 0.56
Hex 8E 84 98 7 D 0 28 10E 9 38
Octal 216 204 230 7 15 0 50 416 11 70
Binary 10001110 10000100 10011000 111 1101 0 101000 100001110 1001 111000

Color Harmonies of #8E8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8498

Black with #8E8498

Text Example


Text Example

White with #8E8498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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