#856995

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

Shades of Ce Soir #856995

Tints of Ce Soir #856995

Color information

#856995 (or 0x856995) is unknown color: approx Ce Soir. HEX triplet: 85, 69 and 95. RGB value is (133,105,149). Sum of RGB (Red+Green+Blue) = 133+105+149=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #856995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856995 is #7A966A. Grayscale: #767676. Windows color (decimal): -8033899 or 9791877. OLE color: 9791877.

HSL color Cylindrical-coordinate representation of color #856995: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856995 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133105149-
CMYK0.110.3000.42
HSL278.18º17.32%49.8%-
HSV(B)278.18º29.53%58.43%-
XYZ20.1517.2630.7-
YUV118.39145.28138.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=34.37%
G=27.13%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331051490.110.3000.42278.1817.3249.8
Hex856995B1E02A1161132
Octal20515122513360524262162
Binary10000101110100110010101101111110010101010001011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856995; }

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

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

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

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

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

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

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

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