#865DAF

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

Shades of Ce Soir #865DAF

Tints of Ce Soir #865DAF

Color information

#865DAF (or 0x865DAF) is unknown color: approx Ce Soir. HEX triplet: 86, 5D and AF. RGB value is (134,93,175). Sum of RGB (Red+Green+Blue) = 134+93+175=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #865DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAF is #79A250. Grayscale: #727272. Windows color (decimal): -7971409 or 11492742. OLE color: 11492742.

HSL color Cylindrical-coordinate representation of color #865DAF: hue angle of 270º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865DAF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13493175-
CMYK0.230.4700.31
HSL270º33.88%52.55%-
HSV(B)270º46.86%68.63%-
XYZ21.4815.9942.51-
YUV114.61162.08141.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=33.33%
G=23.13%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134931750.230.4700.3127033.8852.55
Hex865DAF172F01F10e2235
Octal20613525727570374164265
Binary1000011010111011010111110111101111011111100001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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