Html Css Color HEX #8F889A Amethyst Smoke

📋 copy color: '#8F889A'

red 143 ◦ green 136 ◦ blue 154

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

Shades of Amethyst Smoke #8F889A

Tints of Amethyst Smoke #8F889A

RGB

 RED value IS 143 (56.25% from 255) = 33.03%

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 33.03%
G = 31.41%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F889A (or 0x8F889A) is known color: Amethyst Smoke. HEX triplet: 8F, 88 and 9A. RGB value is (143,136,154). Sum of RGB (Red+Green+Blue) = 143+136+154=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F889A is #707765. Grayscale: #8C8C8C. Windows color (decimal): -7370598 or 10127503. OLE color: 10127503.

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

Color convert

RGB 143 136 154 -
CMYK 0.07 0.12 0 0.40
HSL 263.33º 0.08% 0.57% -
HSV(B) 263.33º 0.12% 0.6% -
XYZ 25.96 25.78 34.18 -
YUV 140.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 143 136 154 0.07 0.12 0 0.40 263.33 0.08 0.57
Hex 8F 88 9A 7 C 0 28 107 8 39
Octal 217 210 232 7 14 0 50 407 10 71
Binary 10001111 10001000 10011010 111 1100 0 101000 100000111 1000 111001

Color Harmonies of #8F889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F889A

Black with #8F889A

Text Example


Text Example

White with #8F889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,154); }

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

background-color css

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

 a { background-color: rgb(143,136,154); }

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

border-color css

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

 span { border-color: rgb(143,136,154); }

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