#97919C

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

Shades of Amethyst Smoke #97919C

Tints of Amethyst Smoke #97919C

Color information

#97919C (or 0x97919C) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 91 and 9C. RGB value is (151,145,156). Sum of RGB (Red+Green+Blue) = 151+145+156=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #97919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97919C is #686E63. Grayscale: #949494. Windows color (decimal): -6844004 or 10260887. OLE color: 10260887.

HSL color Cylindrical-coordinate representation of color #97919C: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97919C is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151145156-
CMYK0.030.0700.39
HSL272.73º5.26%59.02%-
HSV(B)272.73º7.05%61.18%-
XYZ28.8929.2335.57-
YUV148.05132.49130.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=33.41%
G=32.08%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511451560.030.0700.39272.735.2659.02
Hex97919C3702711153b
Octal22722123437047421573
Binary100101111001000110011100111110100111100010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97919C; }

 p { color: rgb(151,145,156); }

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

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

 a { background-color: rgb(151,145,156); }

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

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

 span { border-color: rgb(151,145,156); }

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