#846796

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

Shades of Ce Soir #846796

Tints of Ce Soir #846796

Color information

#846796 (or 0x846796) is unknown color: approx Ce Soir. HEX triplet: 84, 67 and 96. RGB value is (132,103,150). Sum of RGB (Red+Green+Blue) = 132+103+150=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #846796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846796 is #7B9869. Grayscale: #747474. Windows color (decimal): -8099946 or 9856900. OLE color: 9856900.

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

Color convert

RGB132103150-
CMYK0.120.3100.41
HSL277.02º18.58%49.61%-
HSV(B)277.02º31.33%58.82%-
XYZ19.8716.8131.05-
YUV117.03146.61138.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=34.29%
G=26.75%
B=38.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321031500.120.3100.41277.0218.5849.61
Hex846796C1F0291151332
Octal20414722614370514252362
Binary10000100110011110010110110011111010100110001010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846796; }

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

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

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

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

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

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

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

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