#846995

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

Shades of Ce Soir #846995

Tints of Ce Soir #846995

Color information

#846995 (or 0x846995) is unknown color: approx Ce Soir. HEX triplet: 84, 69 and 95. RGB value is (132,105,149). Sum of RGB (Red+Green+Blue) = 132+105+149=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #846995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846995 is #7B966A. Grayscale: #757575. Windows color (decimal): -8099435 or 9791876. OLE color: 9791876.

HSL color Cylindrical-coordinate representation of color #846995: hue angle of 276.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846995 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132105149-
CMYK0.110.3000.42
HSL276.82º17.32%49.8%-
HSV(B)276.82º29.53%58.43%-
XYZ19.9917.1830.7-
YUV118.09145.45137.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=34.20%
G=27.20%
B=38.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321051490.110.3000.42276.8217.3249.8
Hex846995B1E02A1151132
Octal20415122513360524252162
Binary10000100110100110010101101111110010101010001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846995; }

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

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

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

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

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

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

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

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