#97939A

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

Shades of Amethyst Smoke #97939A

Tints of Amethyst Smoke #97939A

Color information

#97939A (or 0x97939A) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 93 and 9A. RGB value is (151,147,154). Sum of RGB (Red+Green+Blue) = 151+147+154=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 154 - color contains mainly: blue. Hex color #97939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97939A is #686C65. Grayscale: #949494. Windows color (decimal): -6843494 or 10130327. OLE color: 10130327.

HSL color Cylindrical-coordinate representation of color #97939A: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #97939A is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151147154-
CMYK0.020.0500.40
HSL274.29º3.35%59.02%-
HSV(B)274.29º4.55%60.39%-
XYZ29.0329.7834.79-
YUV148.99130.83129.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=33.41%
G=32.52%
B=34.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511471540.020.0500.40274.293.3559.02
Hex97939A2502811233b
Octal22722323225050422373
Binary10010111100100111001101010101010100010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97939A; }

 p { color: rgb(151,147,154); }

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

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

 a { background-color: rgb(151,147,154); }

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

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

 span { border-color: rgb(151,147,154); }

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