#958899

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

Shades of Amethyst Smoke #958899

Tints of Amethyst Smoke #958899

Color information

#958899 (or 0x958899) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 88 and 99. RGB value is (149,136,153). Sum of RGB (Red+Green+Blue) = 149+136+153=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #958899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958899 is #6A7766. Grayscale: #8D8D8D. Windows color (decimal): -6977383 or 10061973. OLE color: 10061973.

HSL color Cylindrical-coordinate representation of color #958899: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958899 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149136153-
CMYK0.030.1100.4
HSL285.88º7.69%56.67%-
HSV(B)285.88º11.11%60%-
XYZ26.9526.333.79-
YUV141.82134.31133.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=34.02%
G=31.05%
B=34.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491361530.030.1100.4285.887.6956.67
Hex9588993B02811e839
Octal2252102313130504361071
Binary10010101100010001001100111101101010001000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958899; }

 p { color: rgb(149,136,153); }

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

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

 a { background-color: rgb(149,136,153); }

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

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

 span { border-color: rgb(149,136,153); }

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