#978D9B

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

Shades of Amethyst Smoke #978D9B

Tints of Amethyst Smoke #978D9B

Color information

#978D9B (or 0x978D9B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8D and 9B. RGB value is (151,141,155). Sum of RGB (Red+Green+Blue) = 151+141+155=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #978D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D9B is #687264. Grayscale: #919191. Windows color (decimal): -6845029 or 10194327. OLE color: 10194327.

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

Color convert

RGB151141155-
CMYK0.030.0900.39
HSL282.86º6.54%58.04%-
HSV(B)282.86º9.03%60.78%-
XYZ28.22834.93-
YUV145.59133.31131.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=33.78%
G=31.54%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511411550.030.0900.39282.866.5458.04
Hex978D9B3902711b73a
Octal227215233311047433772
Binary1001011110001101100110111110010100111100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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