#865DA5

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

Shades of Ce Soir #865DA5

Tints of Ce Soir #865DA5

Color information

#865DA5 (or 0x865DA5) is unknown color: approx Ce Soir. HEX triplet: 86, 5D and A5. RGB value is (134,93,165). Sum of RGB (Red+Green+Blue) = 134+93+165=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #865DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DA5 is #79A25A. Grayscale: #717171. Windows color (decimal): -7971419 or 10837382. OLE color: 10837382.

HSL color Cylindrical-coordinate representation of color #865DA5: hue angle of 274.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865DA5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13493165-
CMYK0.190.4400.35
HSL274.17º28.57%50.59%-
HSV(B)274.17º43.64%64.71%-
XYZ20.5415.6137.53-
YUV113.47157.08142.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=34.18%
G=23.72%
B=42.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134931650.190.4400.35274.1728.5750.59
Hex865DA5132C0231121d33
Octal20613524523540434223563
Binary1000011010111011010010110011101100010001110001001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865DA5; }

 p { color: rgb(134,93,165); }

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

<style>
 a { background-color: #865DA5; }

 a { background-color: rgb(134,93,165); }

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

<style>
 span { border-color: #865DA5; }

 span { border-color: rgb(134,93,165); }

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