#8B8390

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

Shades of Amethyst Smoke #8B8390

Tints of Amethyst Smoke #8B8390

Color information

#8B8390 (or 0x8B8390) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 83 and 90. RGB value is (139,131,144). Sum of RGB (Red+Green+Blue) = 139+131+144=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8390 is #747C6F. Grayscale: #868686. Windows color (decimal): -7634032 or 9470859. OLE color: 9470859.

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

Color convert

RGB139131144-
CMYK0.030.0900.44
HSL276.92º5.53%53.92%-
HSV(B)276.92º9.03%56.47%-
XYZ23.823.7429.71-
YUV134.87133.15130.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=33.57%
G=31.64%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391311440.030.0900.44276.925.5353.92
Hex8B83903902C115636
Octal213203220311054425666
Binary1000101110000011100100001110010101100100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,144); }

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

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

 a { background-color: rgb(139,131,144); }

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

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

 span { border-color: rgb(139,131,144); }

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