#958E97

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

Shades of Amethyst Smoke #958E97

Tints of Amethyst Smoke #958E97

Color information

#958E97 (or 0x958E97) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 8E and 97. RGB value is (149,142,151). Sum of RGB (Red+Green+Blue) = 149+142+151=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 151 - color contains mainly: blue. Hex color #958E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E97 is #6A7168. Grayscale: #919191. Windows color (decimal): -6975849 or 9932437. OLE color: 9932437.

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

Color convert

RGB149142151-
CMYK0.010.0600.41
HSL286.67º4.15%57.45%-
HSV(B)286.67º5.96%59.22%-
XYZ27.6527.9733.22-
YUV145.12131.32130.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=33.71%
G=32.13%
B=34.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491421510.010.0600.41286.674.1557.45
Hex958E971602911f439
Octal22521622716051437471
Binary10010101100011101001011111100101001100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,142,151); }

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

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

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

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

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

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

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