#8F8299

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

Shades of Amethyst Smoke #8F8299

Tints of Amethyst Smoke #8F8299

Color information

#8F8299 (or 0x8F8299) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 99. RGB value is (143,130,153). Sum of RGB (Red+Green+Blue) = 143+130+153=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8299 is #707D66. Grayscale: #888888. Windows color (decimal): -7372135 or 10060431. OLE color: 10060431.

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

Color convert

RGB143130153-
CMYK0.070.1500.4
HSL273.91º10.13%55.49%-
HSV(B)273.91º15.03%60%-
XYZ25.0624.133.47-
YUV136.51137.31132.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=33.57%
G=30.52%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431301530.070.1500.4273.9110.1355.49
Hex8F82997F028112a37
Octal2172022317170504221267
Binary100011111000001010011001111111101010001000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,153); }

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

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

 a { background-color: rgb(143,130,153); }

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

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

 span { border-color: rgb(143,130,153); }

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