#836695

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

Shades of Ce Soir #836695

Tints of Ce Soir #836695

Color information

#836695 (or 0x836695) is unknown color: approx Ce Soir. HEX triplet: 83, 66 and 95. RGB value is (131,102,149). Sum of RGB (Red+Green+Blue) = 131+102+149=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #836695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836695 is #7C996A. Grayscale: #737373. Windows color (decimal): -8165739 or 9791107. OLE color: 9791107.

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

Color convert

RGB131102149-
CMYK0.120.3200.42
HSL277.02º18.73%49.22%-
HSV(B)277.02º31.54%58.43%-
XYZ19.5416.530.59-
YUV116.03146.61138.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=34.29%
G=26.70%
B=39.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311021490.120.3200.42277.0218.7349.22
Hex836695C2002A1151331
Octal20314622514400524252361
Binary100000111100110100101011100100000010101010001010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836695; }

 p { color: rgb(131,102,149); }

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

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

 a { background-color: rgb(131,102,149); }

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

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

 span { border-color: rgb(131,102,149); }

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