#958B9A

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

Shades of Amethyst Smoke #958B9A

Tints of Amethyst Smoke #958B9A

Color information

#958B9A (or 0x958B9A) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 8B and 9A. RGB value is (149,139,154). Sum of RGB (Red+Green+Blue) = 149+139+154=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #958B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B9A is #6A7465. Grayscale: #8F8F8F. Windows color (decimal): -6976614 or 10128277. OLE color: 10128277.

HSL color Cylindrical-coordinate representation of color #958B9A: hue angle of 280º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958B9A is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149139154-
CMYK0.030.1000.40
HSL280º6.91%57.45%-
HSV(B)280º9.74%60.39%-
XYZ27.4627.1934.37-
YUV143.7133.81131.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=33.71%
G=31.45%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491391540.030.1000.402806.9157.45
Hex958B9A3A028118739
Octal225213232312050430771
Binary1001010110001011100110101110100101000100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,154); }

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

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

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

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

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

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

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