#836B96

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

Shades of Ce Soir #836B96

Tints of Ce Soir #836B96

Color information

#836B96 (or 0x836B96) is unknown color: approx Ce Soir. HEX triplet: 83, 6B and 96. RGB value is (131,107,150). Sum of RGB (Red+Green+Blue) = 131+107+150=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #836B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B96 is #7C9469. Grayscale: #767676. Windows color (decimal): -8164458 or 9857923. OLE color: 9857923.

HSL color Cylindrical-coordinate representation of color #836B96: hue angle of 273.49º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #836B96 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131107150-
CMYK0.130.2900.41
HSL273.49º17%50.39%-
HSV(B)273.49º28.67%58.82%-
XYZ20.1217.5431.18-
YUV119.08145.45136.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=33.76%
G=27.58%
B=38.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311071500.130.2900.41273.491750.39
Hex836B96D1D0291111132
Octal20315322615350514212162
Binary10000011110101110010110110111101010100110001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836B96; }

 p { color: rgb(131,107,150); }

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

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

 a { background-color: rgb(131,107,150); }

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

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

 span { border-color: rgb(131,107,150); }

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