#957EA2

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

Shades of Amethyst Smoke #957EA2

Tints of Amethyst Smoke #957EA2

Color information

#957EA2 (or 0x957EA2) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 7E and A2. RGB value is (149,126,162). Sum of RGB (Red+Green+Blue) = 149+126+162=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 162 - color contains mainly: blue. Hex color #957EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EA2 is #6A815D. Grayscale: #888888. Windows color (decimal): -6979934 or 10649237. OLE color: 10649237.

HSL color Cylindrical-coordinate representation of color #957EA2: hue angle of 278.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957EA2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149126162-
CMYK0.080.2200.36
HSL278.33º16.22%56.47%-
HSV(B)278.33º22.22%63.53%-
XYZ26.3823.9237.41-
YUV136.98142.12136.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=34.10%
G=28.83%
B=37.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491261620.080.2200.36278.3316.2256.47
Hex957EA28160241161038
Octal22517624210260444262070
Binary10010101111111010100010100010110010010010001011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957EA2; }

 p { color: rgb(149,126,162); }

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

<style>
 a { background-color: #957EA2; }

 a { background-color: rgb(149,126,162); }

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

<style>
 span { border-color: #957EA2; }

 span { border-color: rgb(149,126,162); }

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