#95889C

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

Shades of Amethyst Smoke #95889C

Tints of Amethyst Smoke #95889C

Color information

#95889C (or 0x95889C) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 88 and 9C. RGB value is (149,136,156). Sum of RGB (Red+Green+Blue) = 149+136+156=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #95889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889C is #6A7763. Grayscale: #8E8E8E. Windows color (decimal): -6977380 or 10258581. OLE color: 10258581.

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

Color convert

RGB149136156-
CMYK0.040.1300.39
HSL279º9.17%57.25%-
HSV(B)279º12.82%61.18%-
XYZ27.226.435.11-
YUV142.17135.81132.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=33.79%
G=30.84%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491361560.040.1300.392799.1757.25
Hex95889C4D027117939
Octal2252102344150474271171
Binary100101011000100010011100100110101001111000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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