#978298

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

Shades of Amethyst Smoke #978298

Tints of Amethyst Smoke #978298

Color information

#978298 (or 0x978298) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 82 and 98. RGB value is (151,130,152). Sum of RGB (Red+Green+Blue) = 151+130+152=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #978298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978298 is #687D67. Grayscale: #8A8A8A. Windows color (decimal): -6847848 or 9994903. OLE color: 9994903.

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

Color convert

RGB151130152-
CMYK0.010.1400.40
HSL297.27º9.65%55.29%-
HSV(B)297.27º14.47%59.61%-
XYZ26.4124.8133.1-
YUV138.79135.46136.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=34.87%
G=30.02%
B=35.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511301520.010.1400.40297.279.6555.29
Hex9782981E028129a37
Octal2272022301160504511267
Binary1001011110000010100110001111001010001001010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978298; }

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

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

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

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

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

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

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

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