#978CA5

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

Shades of Amethyst Smoke #978CA5

Tints of Amethyst Smoke #978CA5

Color information

#978CA5 (or 0x978CA5) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8C and A5. RGB value is (151,140,165). Sum of RGB (Red+Green+Blue) = 151+140+165=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #978CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978CA5 is #68735A. Grayscale: #929292. Windows color (decimal): -6845275 or 10849431. OLE color: 10849431.

HSL color Cylindrical-coordinate representation of color #978CA5: hue angle of 266.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978CA5 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB151140165-
CMYK0.080.1500.35
HSL266.4º12.2%59.8%-
HSV(B)266.4º15.15%64.71%-
XYZ28.9328.0539.49-
YUV146.14138.64131.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=33.11%
G=30.70%
B=36.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511401650.080.1500.35266.412.259.8
Hex978CA58F02310ac3c
Octal22721424510170434121474
Binary1001011110001100101001011000111101000111000010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,165); }

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

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

 a { background-color: rgb(151,140,165); }

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

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

 span { border-color: rgb(151,140,165); }

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