#978A9B

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

Shades of Amethyst Smoke #978A9B

Tints of Amethyst Smoke #978A9B

Color information

#978A9B (or 0x978A9B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8A and 9B. RGB value is (151,138,155). Sum of RGB (Red+Green+Blue) = 151+138+155=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #978A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A9B is #687564. Grayscale: #8F8F8F. Windows color (decimal): -6845797 or 10193559. OLE color: 10193559.

HSL color Cylindrical-coordinate representation of color #978A9B: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #978A9B is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151138155-
CMYK0.030.1100.39
HSL285.88º7.83%57.45%-
HSV(B)285.88º10.97%60.78%-
XYZ27.7727.1234.78-
YUV143.82134.31133.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=34.01%
G=31.08%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511381550.030.1100.39285.887.8357.45
Hex978A9B3B02711e839
Octal2272122333130474361071
Binary10010111100010101001101111101101001111000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A9B; }

 p { color: rgb(151,138,155); }

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

<style>
 a { background-color: #978A9B; }

 a { background-color: rgb(151,138,155); }

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

<style>
 span { border-color: #978A9B; }

 span { border-color: rgb(151,138,155); }

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