Html Css Color HEX #8E7899 Amethyst Smoke

📋 copy color: '#8E7899'

red 142 ◦ green 120 ◦ blue 153

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

Shades of Amethyst Smoke #8E7899

Tints of Amethyst Smoke #8E7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 34.22%
G = 28.92%
B = 36.87%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E7899 (or 0x8E7899) is known color: Amethyst Smoke. HEX triplet: 8E, 78 and 99. RGB value is (142,120,153). Sum of RGB (Red+Green+Blue) = 142+120+153=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7899 is #718766. Grayscale: #828282. Windows color (decimal): -7440231 or 10057870. OLE color: 10057870.

HSL color Cylindrical-coordinate representation of color #8E7899: hue angle of 280º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E7899 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 120 153 -
CMYK 0.07 0.22 0 0.4
HSL 280º 0.14% 0.54% -
HSV(B) 280º 0.22% 0.6% -
XYZ 23.62 21.48 33.04 -
YUV 130.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 142 120 153 0.07 0.22 0 0.4 280 0.14 0.54
Hex 8E 78 99 7 16 0 28 118 E 36
Octal 216 170 231 7 26 0 50 430 16 66
Binary 10001110 1111000 10011001 111 10110 0 101000 100011000 1110 110110

Color Harmonies of #8E7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7899

Black with #8E7899

Text Example


Text Example

White with #8E7899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,120,153); }

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

background-color css

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

 a { background-color: rgb(142,120,153); }

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

border-color css

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

 span { border-color: rgb(142,120,153); }

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