#958495

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

Shades of Amethyst Smoke #958495

Tints of Amethyst Smoke #958495

Color information

#958495 (or 0x958495) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 84 and 95. RGB value is (149,132,149). Sum of RGB (Red+Green+Blue) = 149+132+149=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #958495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958495 is #6A7B6A. Grayscale: #8A8A8A. Windows color (decimal): -6978411 or 9798805. OLE color: 9798805.

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

Color convert

RGB149132149-
CMYK00.1100.42
HSL300º7.42%55.1%-
HSV(B)300º11.41%58.43%-
XYZ26.0725.0631.9-
YUV139.02133.63135.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=34.65%
G=30.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913214900.1100.423007.4255.1
Hex9584950B02A12c737
Octal225204225013052454767
Binary100101011000010010010101010110101010100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958495; }

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

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

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

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

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

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

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

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