#8A758F

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

Shades of Amethyst Smoke #8A758F

Tints of Amethyst Smoke #8A758F

Color information

#8A758F (or 0x8A758F) is unknown color: approx Amethyst Smoke. HEX triplet: 8A, 75 and 8F. RGB value is (138,117,143). Sum of RGB (Red+Green+Blue) = 138+117+143=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A758F is #758A70. Grayscale: #7E7E7E. Windows color (decimal): -7703153 or 9401738. OLE color: 9401738.

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

Color convert

RGB138117143-
CMYK0.030.1800.44
HSL288.46º10.4%50.98%-
HSV(B)288.46º18.18%56.08%-
XYZ21.820.1128.72-
YUV126.24137.46136.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=34.67%
G=29.40%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381171430.030.1800.44288.4610.450.98
Hex8A758F31202C120a33
Octal2121652173220544401263
Binary10001010111010110001111111001001011001001000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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