#97909F

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

Shades of Amethyst Smoke #97909F

Tints of Amethyst Smoke #97909F

Color information

#97909F (or 0x97909F) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 90 and 9F. RGB value is (151,144,159). Sum of RGB (Red+Green+Blue) = 151+144+159=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 159 - color contains mainly: blue. Hex color #97909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97909F is #686F60. Grayscale: #939393. Windows color (decimal): -6844257 or 10457239. OLE color: 10457239.

HSL color Cylindrical-coordinate representation of color #97909F: hue angle of 268º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97909F is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151144159-
CMYK0.050.0900.38
HSL268º7.25%59.41%-
HSV(B)268º9.43%62.35%-
XYZ28.9929.0336.88-
YUV147.8134.32130.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=33.26%
G=31.72%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511441590.050.0900.382687.2559.41
Hex97909F5902610c73b
Octal227220237511046414773
Binary10010111100100001001111110110010100110100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97909F; }

 p { color: rgb(151,144,159); }

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

<style>
 a { background-color: #97909F; }

 a { background-color: rgb(151,144,159); }

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

<style>
 span { border-color: #97909F; }

 span { border-color: rgb(151,144,159); }

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