#8F8698

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

Shades of Amethyst Smoke #8F8698

Tints of Amethyst Smoke #8F8698

Color information

#8F8698 (or 0x8F8698) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 86 and 98. RGB value is (143,134,152). Sum of RGB (Red+Green+Blue) = 143+134+152=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8698 is #707967. Grayscale: #8A8A8A. Windows color (decimal): -7371112 or 9995919. OLE color: 9995919.

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

Color convert

RGB143134152-
CMYK0.060.1200.40
HSL270º8.04%56.08%-
HSV(B)270º11.84%59.61%-
XYZ25.5225.1633.22-
YUV138.74135.48131.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=33.33%
G=31.24%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431341520.060.1200.402708.0456.08
Hex8F86986C02810e838
Octal2172062306140504161070
Binary100011111000011010011000110110001010001000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,152); }

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

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

 a { background-color: rgb(143,134,152); }

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

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

 span { border-color: rgb(143,134,152); }

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