#95789C

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

Shades of Amethyst Smoke #95789C

Tints of Amethyst Smoke #95789C

Color information

#95789C (or 0x95789C) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 78 and 9C. RGB value is (149,120,156). Sum of RGB (Red+Green+Blue) = 149+120+156=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #95789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789C is #6A8763. Grayscale: #848484. Windows color (decimal): -6981476 or 10254485. OLE color: 10254485.

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

Color convert

RGB149120156-
CMYK0.040.2300.39
HSL288.33º15.38%54.12%-
HSV(B)288.33º23.08%61.18%-
XYZ25.1122.2234.42-
YUV132.77141.11139.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=35.06%
G=28.24%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491201560.040.2300.39288.3315.3854.12
Hex95789C417027120f36
Octal2251702344270474401766
Binary100101011111000100111001001011101001111001000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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