#8B8292

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

Shades of Amethyst Smoke #8B8292

Tints of Amethyst Smoke #8B8292

Color information

#8B8292 (or 0x8B8292) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 82 and 92. RGB value is (139,130,146). Sum of RGB (Red+Green+Blue) = 139+130+146=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8292 is #747D6D. Grayscale: #868686. Windows color (decimal): -7634286 or 9601675. OLE color: 9601675.

HSL color Cylindrical-coordinate representation of color #8B8292: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B8292 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB139130146-
CMYK0.050.1100.43
HSL273.75º6.84%54.12%-
HSV(B)273.75º10.96%57.25%-
XYZ23.8223.5330.48-
YUV134.52134.48131.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=33.49%
G=31.33%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391301460.050.1100.43273.756.8454.12
Hex8B82925B02B112736
Octal213202222513053422766
Binary10001011100000101001001010110110101011100010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,146); }

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

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

 a { background-color: rgb(139,130,146); }

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

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

 span { border-color: rgb(139,130,146); }

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