Html Css Color HEX #8F8791 Amethyst Smoke

📋 copy color: '#8F8791'

red 143 ◦ green 135 ◦ blue 145

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

Shades of Amethyst Smoke #8F8791

Tints of Amethyst Smoke #8F8791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 33.81%
G = 31.91%
B = 34.28%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F8791 (or 0x8F8791) is known color: Amethyst Smoke. HEX triplet: 8F, 87 and 91. RGB value is (143,135,145). Sum of RGB (Red+Green+Blue) = 143+135+145=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8791 is #70786E. Grayscale: #8A8A8A. Windows color (decimal): -7370863 or 9537423. OLE color: 9537423.

HSL color Cylindrical-coordinate representation of color #8F8791: hue angle of 288º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F8791 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 135 145 -
CMYK 0.01 0.07 0 0.43
HSL 288º 0.04% 0.55% -
HSV(B) 288º 0.07% 0.57% -
XYZ 25.1 25.21 30.33 -
YUV 138.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 143 135 145 0.01 0.07 0 0.43 288 0.04 0.55
Hex 8F 87 91 1 7 0 2B 120 4 37
Octal 217 207 221 1 7 0 53 440 4 67
Binary 10001111 10000111 10010001 1 111 0 101011 100100000 100 110111

Color Harmonies of #8F8791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8791

Black with #8F8791

Text Example


Text Example

White with #8F8791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,135,145); }

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

background-color css

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

 a { background-color: rgb(143,135,145); }

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

border-color css

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

 span { border-color: rgb(143,135,145); }

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