#97939B

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

Shades of Amethyst Smoke #97939B

Tints of Amethyst Smoke #97939B

Color information

#97939B (or 0x97939B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 93 and 9B. RGB value is (151,147,155). Sum of RGB (Red+Green+Blue) = 151+147+155=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #97939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97939B is #686C64. Grayscale: #959595. Windows color (decimal): -6843493 or 10195863. OLE color: 10195863.

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

Color convert

RGB151147155-
CMYK0.030.0500.39
HSL270º3.85%59.22%-
HSV(B)270º5.16%60.78%-
XYZ29.1129.8135.23-
YUV149.11131.33129.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=33.33%
G=32.45%
B=34.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511471550.030.0500.392703.8559.22
Hex97939B3502710e43b
Octal22722323335047416473
Binary100101111001001110011011111010100111100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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