#836495

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

Shades of Ce Soir #836495

Tints of Ce Soir #836495

Color information

#836495 (or 0x836495) is unknown color: approx Ce Soir. HEX triplet: 83, 64 and 95. RGB value is (131,100,149). Sum of RGB (Red+Green+Blue) = 131+100+149=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #836495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836495 is #7C9B6A. Grayscale: #727272. Windows color (decimal): -8166251 or 9790595. OLE color: 9790595.

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

Color convert

RGB131100149-
CMYK0.120.3300.42
HSL277.96º19.68%48.82%-
HSV(B)277.96º32.89%58.43%-
XYZ19.3416.1130.52-
YUV114.86147.27139.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=34.47%
G=26.32%
B=39.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311001490.120.3300.42277.9619.6848.82
Hex836495C2102A1161431
Octal20314422514410524262461
Binary100000111100100100101011100100001010101010001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836495; }

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

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

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

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

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

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

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

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