#95869B

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

Shades of Amethyst Smoke #95869B

Tints of Amethyst Smoke #95869B

Color information

#95869B (or 0x95869B) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 86 and 9B. RGB value is (149,134,155). Sum of RGB (Red+Green+Blue) = 149+134+155=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #95869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95869B is #6A7964. Grayscale: #8C8C8C. Windows color (decimal): -6977893 or 10192533. OLE color: 10192533.

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

Color convert

RGB149134155-
CMYK0.040.1400.39
HSL282.86º9.5%56.67%-
HSV(B)282.86º13.55%60.78%-
XYZ26.8425.8134.58-
YUV140.88135.97133.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=34.02%
G=30.59%
B=35.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491341550.040.1400.39282.869.556.67
Hex95869B4E02711ba39
Octal2252062334160474331271
Binary100101011000011010011011100111001001111000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95869B; }

 p { color: rgb(149,134,155); }

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

<style>
 a { background-color: #95869B; }

 a { background-color: rgb(149,134,155); }

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

<style>
 span { border-color: #95869B; }

 span { border-color: rgb(149,134,155); }

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