#978998

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

Shades of Amethyst Smoke #978998

Tints of Amethyst Smoke #978998

Color information

#978998 (or 0x978998) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 89 and 98. RGB value is (151,137,152). Sum of RGB (Red+Green+Blue) = 151+137+152=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 152 - color contains mainly: blue. Hex color #978998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978998 is #687667. Grayscale: #8E8E8E. Windows color (decimal): -6846056 or 9996695. OLE color: 9996695.

HSL color Cylindrical-coordinate representation of color #978998: hue angle of 296º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978998 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151137152-
CMYK0.010.1000.40
HSL296º6.79%56.67%-
HSV(B)296º9.87%59.61%-
XYZ27.3826.7433.42-
YUV142.9133.14133.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=34.32%
G=31.14%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511371520.010.1000.402966.7956.67
Hex9789981A028128739
Octal227211230112050450771
Binary100101111000100110011000110100101000100101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978998; }

 p { color: rgb(151,137,152); }

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

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

 a { background-color: rgb(151,137,152); }

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

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

 span { border-color: rgb(151,137,152); }

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