#95889D

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

Shades of Amethyst Smoke #95889D

Tints of Amethyst Smoke #95889D

Color information

#95889D (or 0x95889D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 88 and 9D. RGB value is (149,136,157). Sum of RGB (Red+Green+Blue) = 149+136+157=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #95889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889D is #6A7762. Grayscale: #8E8E8E. Windows color (decimal): -6977379 or 10324117. OLE color: 10324117.

HSL color Cylindrical-coordinate representation of color #95889D: hue angle of 277.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95889D is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149136157-
CMYK0.050.1300.38
HSL277.14º9.68%57.45%-
HSV(B)277.14º13.38%61.57%-
XYZ27.2826.4335.56-
YUV142.28136.31132.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=33.71%
G=30.77%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491361570.050.1300.38277.149.6857.45
Hex95889D5D026115a39
Octal2252102355150464251271
Binary100101011000100010011101101110101001101000101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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