#95789D

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

Shades of Amethyst Smoke #95789D

Tints of Amethyst Smoke #95789D

Color information

#95789D (or 0x95789D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 78 and 9D. RGB value is (149,120,157). Sum of RGB (Red+Green+Blue) = 149+120+157=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #95789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789D is #6A8762. Grayscale: #848484. Windows color (decimal): -6981475 or 10320021. OLE color: 10320021.

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

Color convert

RGB149120157-
CMYK0.050.2400.38
HSL287.03º15.88%54.31%-
HSV(B)287.03º23.57%61.57%-
XYZ25.222.2634.87-
YUV132.89141.61139.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=34.98%
G=28.17%
B=36.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491201570.050.2400.38287.0315.8854.31
Hex95789D51802611f1036
Octal2251702355300464372066
Binary1001010111110001001110110111000010011010001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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