#846496

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

Shades of Ce Soir #846496

Tints of Ce Soir #846496

Color information

#846496 (or 0x846496) is unknown color: approx Ce Soir. HEX triplet: 84, 64 and 96. RGB value is (132,100,150). Sum of RGB (Red+Green+Blue) = 132+100+150=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #846496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846496 is #7B9B69. Grayscale: #737373. Windows color (decimal): -8100714 or 9856132. OLE color: 9856132.

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

Color convert

RGB132100150-
CMYK0.120.3300.41
HSL278.4º20%49.02%-
HSV(B)278.4º33.33%58.82%-
XYZ19.5816.2230.95-
YUV115.27147.6139.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=34.55%
G=26.18%
B=39.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321001500.120.3300.41278.42049.02
Hex846496C210291161431
Octal20414422614410514262461
Binary100001001100100100101101100100001010100110001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846496; }

 p { color: rgb(132,100,150); }

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

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

 a { background-color: rgb(132,100,150); }

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

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

 span { border-color: rgb(132,100,150); }

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