#8F8793

Color #8F8793 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8F8793

Tints of Amethyst Smoke #8F8793

Color information

#8F8793 (or 0x8F8793) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 87 and 93. RGB value is (143,135,147). Sum of RGB (Red+Green+Blue) = 143+135+147=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8793 is #70786C. Grayscale: #8A8A8A. Windows color (decimal): -7370861 or 9668495. OLE color: 9668495.

HSL color Cylindrical-coordinate representation of color #8F8793: hue angle of 280º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F8793 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143135147-
CMYK0.030.0800.42
HSL280º5.26%55.29%-
HSV(B)280º8.16%57.65%-
XYZ25.2625.2731.15-
YUV138.76132.65131.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=33.65%
G=31.76%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431351470.030.0800.422805.2655.29
Hex8F87933802A118537
Octal217207223310052430567
Binary1000111110000111100100111110000101010100011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F8793;
 }
 .AnyTagClassName
 {
   color: #8F8793;
 }
</style>
background-color css

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

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

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

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

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

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