#8B818E

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

Shades of Amethyst Smoke #8B818E

Tints of Amethyst Smoke #8B818E

Color information

#8B818E (or 0x8B818E) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 81 and 8E. RGB value is (139,129,142). Sum of RGB (Red+Green+Blue) = 139+129+142=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B818E is #747E71. Grayscale: #858585. Windows color (decimal): -7634546 or 9339275. OLE color: 9339275.

HSL color Cylindrical-coordinate representation of color #8B818E: hue angle of 286.15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B818E is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139129142-
CMYK0.020.0900.44
HSL286.15º5.44%53.14%-
HSV(B)286.15º9.15%55.69%-
XYZ23.3823.1428.83-
YUV133.47132.81131.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=33.90%
G=31.46%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391291420.020.0900.44286.155.4453.14
Hex8B818E2902C11e535
Octal213201216211054436565
Binary1000101110000001100011101010010101100100011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,142); }

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

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

 a { background-color: rgb(139,129,142); }

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

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

 span { border-color: rgb(139,129,142); }

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