#846495

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

Shades of Ce Soir #846495

Tints of Ce Soir #846495

Color information

#846495 (or 0x846495) is unknown color: approx Ce Soir. HEX triplet: 84, 64 and 95. RGB value is (132,100,149). Sum of RGB (Red+Green+Blue) = 132+100+149=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #846495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846495 is #7B9B6A. Grayscale: #727272. Windows color (decimal): -8100715 or 9790596. OLE color: 9790596.

HSL color Cylindrical-coordinate representation of color #846495: hue angle of 279.18º 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 #846495 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132100149-
CMYK0.110.3300.42
HSL279.18º19.68%48.82%-
HSV(B)279.18º32.89%58.43%-
XYZ19.516.1930.53-
YUV115.15147.1140.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=34.65%
G=26.25%
B=39.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321001490.110.3300.42279.1819.6848.82
Hex846495B2102A1171431
Octal20414422513410524272461
Binary100001001100100100101011011100001010101010001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846495; }

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

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

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

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

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

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

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

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