#978198

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

Shades of Amethyst Smoke #978198

Tints of Amethyst Smoke #978198

Color information

#978198 (or 0x978198) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 81 and 98. RGB value is (151,129,152). Sum of RGB (Red+Green+Blue) = 151+129+152=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #978198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978198 is #687E67. Grayscale: #8A8A8A. Windows color (decimal): -6848104 or 9994647. OLE color: 9994647.

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

Color convert

RGB151129152-
CMYK0.010.1500.40
HSL297.39º10.04%55.1%-
HSV(B)297.39º15.13%59.61%-
XYZ26.2824.5533.06-
YUV138.2135.79137.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=34.95%
G=29.86%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511291520.010.1500.40297.3910.0455.1
Hex9781981F028129a37
Octal2272012301170504511267
Binary1001011110000001100110001111101010001001010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978198; }

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

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

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

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

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

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

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

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