#856F96

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

Shades of Ce Soir #856F96

Tints of Ce Soir #856F96

Color information

#856F96 (or 0x856F96) is unknown color: approx Ce Soir. HEX triplet: 85, 6F and 96. RGB value is (133,111,150). Sum of RGB (Red+Green+Blue) = 133+111+150=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #856F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F96 is #7A9069. Grayscale: #797979. Windows color (decimal): -8032362 or 9858949. OLE color: 9858949.

HSL color Cylindrical-coordinate representation of color #856F96: hue angle of 273.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856F96 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133111150-
CMYK0.110.2600.41
HSL273.85º15.66%51.18%-
HSV(B)273.85º26%58.82%-
XYZ20.8618.5631.34-
YUV122.02143.79135.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=33.76%
G=28.17%
B=38.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331111500.110.2600.41273.8515.6651.18
Hex856F96B1A0291121033
Octal20515722613320514222063
Binary10000101110111110010110101111010010100110001001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,111,150); }

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

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

 a { background-color: rgb(133,111,150); }

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

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

 span { border-color: rgb(133,111,150); }

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