#958C95

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

Shades of Amethyst Smoke #958C95

Tints of Amethyst Smoke #958C95

Color information

#958C95 (or 0x958C95) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 8C and 95. RGB value is (149,140,149). Sum of RGB (Red+Green+Blue) = 149+140+149=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #958C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C95 is #6A736A. Grayscale: #8F8F8F. Windows color (decimal): -6976363 or 9800853. OLE color: 9800853.

HSL color Cylindrical-coordinate representation of color #958C95: hue angle of 300º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #958C95 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB149140149-
CMYK00.0600.42
HSL300º4.07%56.67%-
HSV(B)300º6.04%58.43%-
XYZ27.227.3232.27-
YUV143.72130.98131.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=34.02%
G=31.96%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914014900.0600.423004.0756.67
Hex958C950602A12c439
Octal22521422506052454471
Binary10010101100011001001010101100101010100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C95; }

 p { color: rgb(149,140,149); }

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

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

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

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

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

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

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