#856B9B

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

Shades of Ce Soir #856B9B

Tints of Ce Soir #856B9B

Color information

#856B9B (or 0x856B9B) is unknown color: approx Ce Soir. HEX triplet: 85, 6B and 9B. RGB value is (133,107,155). Sum of RGB (Red+Green+Blue) = 133+107+155=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #856B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B9B is #7A9464. Grayscale: #787878. Windows color (decimal): -8033381 or 10185605. OLE color: 10185605.

HSL color Cylindrical-coordinate representation of color #856B9B: hue angle of 272.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856B9B is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133107155-
CMYK0.140.3100.39
HSL272.5º19.35%51.37%-
HSV(B)272.5º30.97%60.78%-
XYZ20.8517.8733.36-
YUV120.25147.61137.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=33.67%
G=27.09%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331071550.140.3100.39272.519.3551.37
Hex856B9BE1F0271101333
Octal20515323316370474202363
Binary10000101110101110011011111011111010011110001000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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