#856795

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

Shades of Ce Soir #856795

Tints of Ce Soir #856795

Color information

#856795 (or 0x856795) is unknown color: approx Ce Soir. HEX triplet: 85, 67 and 95. RGB value is (133,103,149). Sum of RGB (Red+Green+Blue) = 133+103+149=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #856795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856795 is #7A986A. Grayscale: #757575. Windows color (decimal): -8034411 or 9791365. OLE color: 9791365.

HSL color Cylindrical-coordinate representation of color #856795: hue angle of 279.13º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856795 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133103149-
CMYK0.110.3100.42
HSL279.13º18.25%49.41%-
HSV(B)279.13º30.87%58.43%-
XYZ19.9516.8630.64-
YUV117.21145.94139.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=34.55%
G=26.75%
B=38.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331031490.110.3100.42279.1318.2549.41
Hex856795B1F02A1171231
Octal20514722513370524272261
Binary10000101110011110010101101111111010101010001011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856795; }

 p { color: rgb(133,103,149); }

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

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

 a { background-color: rgb(133,103,149); }

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

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

 span { border-color: rgb(133,103,149); }

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