#846899

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

Shades of Ce Soir #846899

Tints of Ce Soir #846899

Color information

#846899 (or 0x846899) is unknown color: approx Ce Soir. HEX triplet: 84, 68 and 99. RGB value is (132,104,153). Sum of RGB (Red+Green+Blue) = 132+104+153=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #846899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846899 is #7B9766. Grayscale: #757575. Windows color (decimal): -8099687 or 10053764. OLE color: 10053764.

HSL color Cylindrical-coordinate representation of color #846899: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846899 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132104153-
CMYK0.140.3200.4
HSL274.29º19.37%50.39%-
HSV(B)274.29º32.03%60%-
XYZ20.2217.1132.37-
YUV117.96147.78138.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=33.93%
G=26.74%
B=39.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321041530.140.3200.4274.2919.3750.39
Hex846899E200281121332
Octal20415023116400504222362
Binary100001001101000100110011110100000010100010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846899; }

 p { color: rgb(132,104,153); }

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

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

 a { background-color: rgb(132,104,153); }

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

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

 span { border-color: rgb(132,104,153); }

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