#978199

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

Shades of Amethyst Smoke #978199

Tints of Amethyst Smoke #978199

Color information

#978199 (or 0x978199) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 81 and 99. RGB value is (151,129,153). Sum of RGB (Red+Green+Blue) = 151+129+153=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #978199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978199 is #687E66. Grayscale: #8A8A8A. Windows color (decimal): -6848103 or 10060183. OLE color: 10060183.

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

Color convert

RGB151129153-
CMYK0.010.1600.4
HSL295º10.53%55.29%-
HSV(B)295º15.69%60%-
XYZ26.3624.5833.49-
YUV138.31136.29137.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=34.87%
G=29.79%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511291530.010.1600.429510.5355.29
Hex978199110028127b37
Octal2272012311200504471367
Binary10010111100000011001100111000001010001001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978199; }

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

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

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

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

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

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

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

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