#97879F

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

Shades of Amethyst Smoke #97879F

Tints of Amethyst Smoke #97879F

Color information

#97879F (or 0x97879F) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 87 and 9F. RGB value is (151,135,159). Sum of RGB (Red+Green+Blue) = 151+135+159=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #97879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97879F is #687860. Grayscale: #8E8E8E. Windows color (decimal): -6846561 or 10454935. OLE color: 10454935.

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

Color convert

RGB151135159-
CMYK0.050.1500.38
HSL280º11.11%57.65%-
HSV(B)280º15.09%62.35%-
XYZ27.6826.4136.44-
YUV142.52137.3134.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=33.93%
G=30.34%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511351590.050.1500.3828011.1157.65
Hex97879F5F026118b3a
Octal2272072375170464301372
Binary100101111000011110011111101111101001101000110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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