#957DA7

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

Shades of Ce Soir #957DA7

Tints of Ce Soir #957DA7

Color information

#957DA7 (or 0x957DA7) is unknown color: approx Ce Soir. HEX triplet: 95, 7D and A7. RGB value is (149,125,167). Sum of RGB (Red+Green+Blue) = 149+125+167=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 167 - color contains mainly: blue. Hex color #957DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DA7 is #6A8258. Grayscale: #888888. Windows color (decimal): -6980185 or 10976661. OLE color: 10976661.

HSL color Cylindrical-coordinate representation of color #957DA7: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957DA7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149125167-
CMYK0.110.2500.35
HSL274.29º19.27%57.25%-
HSV(B)274.29º25.15%65.49%-
XYZ26.723.8539.75-
YUV136.96144.95136.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=33.79%
G=28.34%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491251670.110.2500.35274.2919.2757.25
Hex957DA7B190231121339
Octal22517524713310434222371
Binary10010101111110110100111101111001010001110001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,125,167); }

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

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

 a { background-color: rgb(149,125,167); }

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

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

 span { border-color: rgb(149,125,167); }

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