#856E94

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

Shades of Ce Soir #856E94

Tints of Ce Soir #856E94

Color information

#856E94 (or 0x856E94) is unknown color: approx Ce Soir. HEX triplet: 85, 6E and 94. RGB value is (133,110,148). Sum of RGB (Red+Green+Blue) = 133+110+148=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #856E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E94 is #7A916B. Grayscale: #797979. Windows color (decimal): -8032620 or 9727621. OLE color: 9727621.

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

Color convert

RGB133110148-
CMYK0.100.2600.42
HSL276.32º15.08%50.59%-
HSV(B)276.32º25.68%58.04%-
XYZ20.5918.2830.46-
YUV121.21143.12136.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=34.02%
G=28.13%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331101480.100.2600.42276.3215.0850.59
Hex856E94A1A02A114f33
Octal20515622412320524241763
Binary1000010111011101001010010101101001010101000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,148); }

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

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

 a { background-color: rgb(133,110,148); }

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

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

 span { border-color: rgb(133,110,148); }

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