#865BA2

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

Shades of Ce Soir #865BA2

Tints of Ce Soir #865BA2

Color information

#865BA2 (or 0x865BA2) is unknown color: approx Ce Soir. HEX triplet: 86, 5B and A2. RGB value is (134,91,162). Sum of RGB (Red+Green+Blue) = 134+91+162=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #865BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BA2 is #79A45D. Grayscale: #6F6F6F. Windows color (decimal): -7971934 or 10640262. OLE color: 10640262.

HSL color Cylindrical-coordinate representation of color #865BA2: hue angle of 276.34º 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 #865BA2 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13491162-
CMYK0.170.4400.36
HSL276.34º28.06%49.61%-
HSV(B)276.34º43.83%63.53%-
XYZ20.0915.1636.05-
YUV111.95156.25143.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=34.63%
G=23.51%
B=41.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134911620.170.4400.36276.3428.0649.61
Hex865BA2112C0241141c32
Octal20613324221540444243462
Binary1000011010110111010001010001101100010010010001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,162); }

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

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

 a { background-color: rgb(134,91,162); }

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

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

 span { border-color: rgb(134,91,162); }

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