#846695

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

Shades of Ce Soir #846695

Tints of Ce Soir #846695

Color information

#846695 (or 0x846695) is unknown color: approx Ce Soir. HEX triplet: 84, 66 and 95. RGB value is (132,102,149). Sum of RGB (Red+Green+Blue) = 132+102+149=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #846695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846695 is #7B996A. Grayscale: #747474. Windows color (decimal): -8100203 or 9791108. OLE color: 9791108.

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

Color convert

RGB132102149-
CMYK0.110.3200.42
HSL278.3º18.73%49.22%-
HSV(B)278.3º31.54%58.43%-
XYZ19.6916.5830.6-
YUV116.33146.44139.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=34.46%
G=26.63%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321021490.110.3200.42278.318.7349.22
Hex846695B2002A1161331
Octal20414622513400524262361
Binary100001001100110100101011011100000010101010001011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846695; }

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

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

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

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

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

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

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

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