#957CAA

Color #957CAA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #957CAA

Tints of Ce Soir #957CAA

Color information

#957CAA (or 0x957CAA) is unknown color: approx Ce Soir. HEX triplet: 95, 7C and AA. RGB value is (149,124,170). Sum of RGB (Red+Green+Blue) = 149+124+170=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #957CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957CAA is #6A8355. Grayscale: #888888. Windows color (decimal): -6980438 or 11173013. OLE color: 11173013.

HSL color Cylindrical-coordinate representation of color #957CAA: hue angle of 272.61º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957CAA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149124170-
CMYK0.120.2700.33
HSL272.61º21.3%57.65%-
HSV(B)272.61º27.06%66.67%-
XYZ26.8623.7141.19-
YUV136.72146.78136.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=33.63%
G=27.99%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491241700.120.2700.33272.6121.357.65
Hex957CAAC1B021111153a
Octal22517425214330414212572
Binary10010101111110010101010110011011010000110001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,170); }

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

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

 a { background-color: rgb(149,124,170); }

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

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

 span { border-color: rgb(149,124,170); }

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