#957EA4

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

Shades of Amethyst Smoke #957EA4

Tints of Amethyst Smoke #957EA4

Color information

#957EA4 (or 0x957EA4) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 7E and A4. RGB value is (149,126,164). Sum of RGB (Red+Green+Blue) = 149+126+164=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #957EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EA4 is #6A815B. Grayscale: #898989. Windows color (decimal): -6979932 or 10780309. OLE color: 10780309.

HSL color Cylindrical-coordinate representation of color #957EA4: hue angle of 276.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957EA4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149126164-
CMYK0.090.2300.36
HSL276.32º17.27%56.86%-
HSV(B)276.32º23.17%64.31%-
XYZ26.5623.9938.35-
YUV137.21143.12136.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=33.94%
G=28.70%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491261640.090.2300.36276.3217.2756.86
Hex957EA49170241141139
Octal22517624411270444242171
Binary10010101111111010100100100110111010010010001010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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