#95869C

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

Shades of Amethyst Smoke #95869C

Tints of Amethyst Smoke #95869C

Color information

#95869C (or 0x95869C) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 86 and 9C. RGB value is (149,134,156). Sum of RGB (Red+Green+Blue) = 149+134+156=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #95869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95869C is #6A7963. Grayscale: #8C8C8C. Windows color (decimal): -6977892 or 10258069. OLE color: 10258069.

HSL color Cylindrical-coordinate representation of color #95869C: hue angle of 280.91º 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 #95869C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149134156-
CMYK0.040.1400.39
HSL280.91º10%56.86%-
HSV(B)280.91º14.1%61.18%-
XYZ26.9225.8435.02-
YUV140.99136.47133.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=33.94%
G=30.52%
B=35.54%

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
Decimal1491341560.040.1400.39280.911056.86
Hex95869C4E027119a39
Octal2252062344160474311271
Binary100101011000011010011100100111001001111000110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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