#97919B

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

Shades of Amethyst Smoke #97919B

Tints of Amethyst Smoke #97919B

Color information

#97919B (or 0x97919B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 91 and 9B. RGB value is (151,145,155). Sum of RGB (Red+Green+Blue) = 151+145+155=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #97919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97919B is #686E64. Grayscale: #939393. Windows color (decimal): -6844005 or 10195351. OLE color: 10195351.

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

Color convert

RGB151145155-
CMYK0.030.0600.39
HSL276º4.76%58.82%-
HSV(B)276º6.45%60.78%-
XYZ28.829.235.13-
YUV147.93131.99130.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=33.48%
G=32.15%
B=34.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511451550.030.0600.392764.7658.82
Hex97919B3602711453b
Octal22722123336047424573
Binary100101111001000110011011111100100111100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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