#8B788D

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

Shades of Amethyst Smoke #8B788D

Tints of Amethyst Smoke #8B788D

Color information

#8B788D (or 0x8B788D) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 78 and 8D. RGB value is (139,120,141). Sum of RGB (Red+Green+Blue) = 139+120+141=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B788D is #748772. Grayscale: #808080. Windows color (decimal): -7636851 or 9271435. OLE color: 9271435.

HSL color Cylindrical-coordinate representation of color #8B788D: hue angle of 294.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B788D is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139120141-
CMYK0.010.1500.45
HSL294.29º8.43%51.18%-
HSV(B)294.29º14.89%55.29%-
XYZ22.1720.8428.05-
YUV128.08135.29135.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=34.75%
G=30%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391201410.010.1500.45294.298.4351.18
Hex8B788D1F02D126833
Octal2131702151170554461063
Binary100010111111000100011011111101011011001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,141); }

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

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

 a { background-color: rgb(139,120,141); }

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

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

 span { border-color: rgb(139,120,141); }

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