#836896

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

Shades of Ce Soir #836896

Tints of Ce Soir #836896

Color information

#836896 (or 0x836896) is unknown color: approx Ce Soir. HEX triplet: 83, 68 and 96. RGB value is (131,104,150). Sum of RGB (Red+Green+Blue) = 131+104+150=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #836896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836896 is #7C9769. Grayscale: #757575. Windows color (decimal): -8165226 or 9857155. OLE color: 9857155.

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

Color convert

RGB131104150-
CMYK0.130.3100.41
HSL275.22º18.11%49.8%-
HSV(B)275.22º30.67%58.82%-
XYZ19.8216.9331.08-
YUV117.32146.45137.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=34.03%
G=27.01%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311041500.130.3100.41275.2218.1149.8
Hex836896D1F0291131232
Octal20315022615370514232262
Binary10000011110100010010110110111111010100110001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836896; }

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

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

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

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

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

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

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

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