#978699

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

Shades of Amethyst Smoke #978699

Tints of Amethyst Smoke #978699

Color information

#978699 (or 0x978699) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 86 and 99. RGB value is (151,134,153). Sum of RGB (Red+Green+Blue) = 151+134+153=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #978699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978699 is #687966. Grayscale: #8D8D8D. Windows color (decimal): -6846823 or 10061463. OLE color: 10061463.

HSL color Cylindrical-coordinate representation of color #978699: hue angle of 293.68º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #978699 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151134153-
CMYK0.010.1200.4
HSL293.68º8.52%56.27%-
HSV(B)293.68º12.42%60%-
XYZ27.0425.9333.72-
YUV141.25134.63134.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=34.47%
G=30.59%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511341530.010.1200.4293.688.5256.27
Hex9786991C028126938
Octal2272062311140504461170
Binary1001011110000110100110011110001010001001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978699; }

 p { color: rgb(151,134,153); }

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

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

 a { background-color: rgb(151,134,153); }

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

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

 span { border-color: rgb(151,134,153); }

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