#8A7B8F

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

Shades of Amethyst Smoke #8A7B8F

Tints of Amethyst Smoke #8A7B8F

Color information

#8A7B8F (or 0x8A7B8F) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 7B and 8F. RGB value is (138,123,143). Sum of RGB (Red+Green+Blue) = 138+123+143=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7B8F is #758470. Grayscale: #818181. Windows color (decimal): -7701617 or 9403274. OLE color: 9403274.

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

Color convert

RGB138123143-
CMYK0.030.1400.44
HSL285º8.2%52.16%-
HSV(B)285º13.99%56.08%-
XYZ22.5221.5528.96-
YUV129.76135.47133.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=34.16%
G=30.45%
B=35.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381231430.030.1400.442858.252.16
Hex8A7B8F3E02C11d834
Octal2121732173160544351064
Binary1000101011110111000111111111001011001000111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,143); }

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

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

 a { background-color: rgb(138,123,143); }

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

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

 span { border-color: rgb(138,123,143); }

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