#8C7F9B

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

Shades of Amethyst Smoke #8C7F9B

Tints of Amethyst Smoke #8C7F9B

Color information

#8C7F9B (or 0x8C7F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 7F and 9B. RGB value is (140,127,155). Sum of RGB (Red+Green+Blue) = 140+127+155=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F9B is #738064. Grayscale: #858585. Windows color (decimal): -7569509 or 10190732. OLE color: 10190732.

HSL color Cylindrical-coordinate representation of color #8C7F9B: hue angle of 267.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C7F9B is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140127155-
CMYK0.100.1800.39
HSL267.86º12.28%55.29%-
HSV(B)267.86º18.06%60.78%-
XYZ24.3223.1234.19-
YUV134.08139.81132.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=33.18%
G=30.09%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401271550.100.1800.39267.8612.2855.29
Hex8C7F9BA1202710cc37
Octal21417723312220474141467
Binary1000110011111111001101110101001001001111000011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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