#856B93

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

Shades of Ce Soir #856B93

Tints of Ce Soir #856B93

Color information

#856B93 (or 0x856B93) is unknown color: approx Ce Soir. HEX triplet: 85, 6B and 93. RGB value is (133,107,147). Sum of RGB (Red+Green+Blue) = 133+107+147=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #856B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B93 is #7A946C. Grayscale: #777777. Windows color (decimal): -8033389 or 9661317. OLE color: 9661317.

HSL color Cylindrical-coordinate representation of color #856B93: hue angle of 279º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856B93 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133107147-
CMYK0.100.2700.42
HSL279º15.75%49.8%-
HSV(B)279º27.21%57.65%-
XYZ20.217.6129.94-
YUV119.33143.61137.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=34.37%
G=27.65%
B=37.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331071470.100.2700.4227915.7549.8
Hex856B93A1B02A1171032
Octal20515322312330524272062
Binary10000101110101110010011101011011010101010001011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856B93; }

 p { color: rgb(133,107,147); }

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

<style>
 a { background-color: #856B93; }

 a { background-color: rgb(133,107,147); }

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

<style>
 span { border-color: #856B93; }

 span { border-color: rgb(133,107,147); }

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