#865CAA

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

Shades of Ce Soir #865CAA

Tints of Ce Soir #865CAA

Color information

#865CAA (or 0x865CAA) is unknown color: approx Ce Soir. HEX triplet: 86, 5C and AA. RGB value is (134,92,170). Sum of RGB (Red+Green+Blue) = 134+92+170=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #865CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CAA is #79A355. Grayscale: #717171. Windows color (decimal): -7971670 or 11164806. OLE color: 11164806.

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

Color convert

RGB13492170-
CMYK0.210.4600.33
HSL272.31º31.45%51.37%-
HSV(B)272.31º45.88%66.67%-
XYZ20.9115.6239.94-
YUV113.45159.91142.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=33.84%
G=23.23%
B=42.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134921700.210.4600.33272.3131.4551.37
Hex865CAA152E0211101f33
Octal20613425225560414203763
Binary1000011010111001010101010101101110010000110001000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,170); }

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

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

 a { background-color: rgb(134,92,170); }

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

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

 span { border-color: rgb(134,92,170); }

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