#978498

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

Shades of Amethyst Smoke #978498

Tints of Amethyst Smoke #978498

Color information

#978498 (or 0x978498) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 84 and 98. RGB value is (151,132,152). Sum of RGB (Red+Green+Blue) = 151+132+152=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #978498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978498 is #687B67. Grayscale: #8B8B8B. Windows color (decimal): -6847336 or 9995415. OLE color: 9995415.

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

Color convert

RGB151132152-
CMYK0.010.1300.40
HSL297º8.85%55.69%-
HSV(B)297º13.16%59.61%-
XYZ26.6825.3533.19-
YUV139.96134.79135.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=34.71%
G=30.34%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511321520.010.1300.402978.8555.69
Hex9784981D028129938
Octal2272042301150504511170
Binary1001011110000100100110001110101010001001010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978498; }

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

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

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

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

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

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

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

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