#895CA3

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

Shades of Ce Soir #895CA3

Tints of Ce Soir #895CA3

Color information

#895CA3 (or 0x895CA3) is unknown color: approx Ce Soir. HEX triplet: 89, 5C and A3. RGB value is (137,92,163). Sum of RGB (Red+Green+Blue) = 137+92+163=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #895CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895CA3 is #76A35C. Grayscale: #717171. Windows color (decimal): -7775069 or 10706057. OLE color: 10706057.

HSL color Cylindrical-coordinate representation of color #895CA3: hue angle of 278.03º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895CA3 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13792163-
CMYK0.160.4400.36
HSL278.03º27.84%50%-
HSV(B)278.03º43.56%63.92%-
XYZ20.7515.6236.57-
YUV113.55155.91144.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=34.95%
G=23.47%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137921630.160.4400.36278.0327.8450
Hex895CA3102C0241161c32
Octal21113424320540444263462
Binary1000100110111001010001110000101100010010010001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895CA3; }

 p { color: rgb(137,92,163); }

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

<style>
 a { background-color: #895CA3; }

 a { background-color: rgb(137,92,163); }

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

<style>
 span { border-color: #895CA3; }

 span { border-color: rgb(137,92,163); }

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