#8B758E

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

Shades of Amethyst Smoke #8B758E

Tints of Amethyst Smoke #8B758E

Color information

#8B758E (or 0x8B758E) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 75 and 8E. RGB value is (139,117,142). Sum of RGB (Red+Green+Blue) = 139+117+142=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B758E is #748A71. Grayscale: #7E7E7E. Windows color (decimal): -7637618 or 9336203. OLE color: 9336203.

HSL color Cylindrical-coordinate representation of color #8B758E: hue angle of 292.8º 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 #8B758E is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139117142-
CMYK0.020.1800.44
HSL292.8º9.96%50.78%-
HSV(B)292.8º17.61%55.69%-
XYZ21.8920.1628.33-
YUV126.43136.79136.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=34.92%
G=29.40%
B=35.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391171420.020.1800.44292.89.9650.78
Hex8B758E21202C125a33
Octal2131652162220544451263
Binary10001011111010110001110101001001011001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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