#958D9E

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

Shades of Amethyst Smoke #958D9E

Tints of Amethyst Smoke #958D9E

Color information

#958D9E (or 0x958D9E) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 8D and 9E. RGB value is (149,141,158). Sum of RGB (Red+Green+Blue) = 149+141+158=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #958D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D9E is #6A7261. Grayscale: #919191. Windows color (decimal): -6976098 or 10390933. OLE color: 10390933.

HSL color Cylindrical-coordinate representation of color #958D9E: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958D9E is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149141158-
CMYK0.060.1100.38
HSL268.24º8.06%58.63%-
HSV(B)268.24º10.76%61.96%-
XYZ28.0927.9136.25-
YUV145.33135.15130.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=33.26%
G=31.47%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491411580.060.1100.38268.248.0658.63
Hex958D9E6B02610c83b
Octal2252152366130464141073
Binary100101011000110110011110110101101001101000011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,158); }

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

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

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

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

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

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

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