#95759C

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

Shades of Ce Soir #95759C

Tints of Ce Soir #95759C

Color information

#95759C (or 0x95759C) is unknown color: approx Ce Soir. HEX triplet: 95, 75 and 9C. RGB value is (149,117,156). Sum of RGB (Red+Green+Blue) = 149+117+156=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #95759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759C is #6A8A63. Grayscale: #828282. Windows color (decimal): -6982244 or 10253717. OLE color: 10253717.

HSL color Cylindrical-coordinate representation of color #95759C: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95759C is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149117156-
CMYK0.040.2500.39
HSL289.23º16.46%53.53%-
HSV(B)289.23º25%61.18%-
XYZ24.7621.5134.3-
YUV131.01142.1140.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=35.31%
G=27.73%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491171560.040.2500.39289.2316.4653.53
Hex95759C4190271211036
Octal2251652344310474412066
Binary1001010111101011001110010011001010011110010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95759C; }

 p { color: rgb(149,117,156); }

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

<style>
 a { background-color: #95759C; }

 a { background-color: rgb(149,117,156); }

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

<style>
 span { border-color: #95759C; }

 span { border-color: rgb(149,117,156); }

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