#95899C

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

Shades of Amethyst Smoke #95899C

Tints of Amethyst Smoke #95899C

Color information

#95899C (or 0x95899C) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 89 and 9C. RGB value is (149,137,156). Sum of RGB (Red+Green+Blue) = 149+137+156=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #95899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95899C is #6A7663. Grayscale: #8E8E8E. Windows color (decimal): -6977124 or 10258837. OLE color: 10258837.

HSL color Cylindrical-coordinate representation of color #95899C: hue angle of 277.89º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95899C is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149137156-
CMYK0.040.1200.39
HSL277.89º8.76%57.45%-
HSV(B)277.89º12.18%61.18%-
XYZ27.3426.6835.16-
YUV142.75135.48132.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=33.71%
G=31.00%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491371560.040.1200.39277.898.7657.45
Hex95899C4C027116939
Octal2252112344140474261171
Binary100101011000100110011100100110001001111000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95899C; }

 p { color: rgb(149,137,156); }

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

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

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

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

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

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

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