#865DAB

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

Shades of Ce Soir #865DAB

Tints of Ce Soir #865DAB

Color information

#865DAB (or 0x865DAB) is unknown color: approx Ce Soir. HEX triplet: 86, 5D and AB. RGB value is (134,93,171). Sum of RGB (Red+Green+Blue) = 134+93+171=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #865DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAB is #79A254. Grayscale: #717171. Windows color (decimal): -7971413 or 11230598. OLE color: 11230598.

HSL color Cylindrical-coordinate representation of color #865DAB: hue angle of 271.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865DAB is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13493171-
CMYK0.220.4600.33
HSL271.54º31.71%51.76%-
HSV(B)271.54º45.61%67.06%-
XYZ21.115.8440.47-
YUV114.15160.08142.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=33.67%
G=23.37%
B=42.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134931710.220.4600.33271.5431.7151.76
Hex865DAB162E0211102034
Octal20613525326560414204064
Binary10000110101110110101011101101011100100001100010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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