#97949B

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

Shades of Amethyst Smoke #97949B

Tints of Amethyst Smoke #97949B

Color information

#97949B (or 0x97949B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 94 and 9B. RGB value is (151,148,155). Sum of RGB (Red+Green+Blue) = 151+148+155=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 155 - color contains mainly: blue. Hex color #97949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97949B is #686B64. Grayscale: #959595. Windows color (decimal): -6843237 or 10196119. OLE color: 10196119.

HSL color Cylindrical-coordinate representation of color #97949B: hue angle of 265.71º degrees, saturation: 0.03, 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 #97949B is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151148155-
CMYK0.030.0500.39
HSL265.71º3.38%59.41%-
HSV(B)265.71º4.52%60.78%-
XYZ29.2730.1335.28-
YUV149.7130.99128.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=33.26%
G=32.60%
B=34.14%

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
Decimal1511481550.030.0500.39265.713.3859.41
Hex97949B3502710a33b
Octal22722423335047412373
Binary10010111100101001001101111101010011110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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