#8F829B

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

Shades of Amethyst Smoke #8F829B

Tints of Amethyst Smoke #8F829B

Color information

#8F829B (or 0x8F829B) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 9B. RGB value is (143,130,155). Sum of RGB (Red+Green+Blue) = 143+130+155=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F829B is #707D64. Grayscale: #888888. Windows color (decimal): -7372133 or 10191503. OLE color: 10191503.

HSL color Cylindrical-coordinate representation of color #8F829B: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F829B is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB143130155-
CMYK0.080.1600.39
HSL271.2º11.11%55.88%-
HSV(B)271.2º16.13%60.78%-
XYZ25.2324.1734.35-
YUV136.74138.31132.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=33.41%
G=30.37%
B=36.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431301550.080.1600.39271.211.1155.88
Hex8F829B81002710fb38
Octal21720223310200474171370
Binary10001111100000101001101110001000001001111000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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