#8C7F92

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

Shades of Amethyst Smoke #8C7F92

Tints of Amethyst Smoke #8C7F92

Color information

#8C7F92 (or 0x8C7F92) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 7F and 92. RGB value is (140,127,146). Sum of RGB (Red+Green+Blue) = 140+127+146=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F92 is #73806D. Grayscale: #848484. Windows color (decimal): -7569518 or 9600908. OLE color: 9600908.

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

Color convert

RGB140127146-
CMYK0.040.1300.43
HSL281.05º8.02%53.53%-
HSV(B)281.05º13.01%57.25%-
XYZ23.5922.8330.36-
YUV133.05135.31132.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=33.90%
G=30.75%
B=35.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401271460.040.1300.43281.058.0253.53
Hex8C7F924D02B119836
Octal2141772224150534311066
Binary10001100111111110010010100110101010111000110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,146); }

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

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

 a { background-color: rgb(140,127,146); }

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

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

 span { border-color: rgb(140,127,146); }

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