#846895

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

Shades of Ce Soir #846895

Tints of Ce Soir #846895

Color information

#846895 (or 0x846895) is unknown color: approx Ce Soir. HEX triplet: 84, 68 and 95. RGB value is (132,104,149). Sum of RGB (Red+Green+Blue) = 132+104+149=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #846895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846895 is #7B976A. Grayscale: #757575. Windows color (decimal): -8099691 or 9791620. OLE color: 9791620.

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

Color convert

RGB132104149-
CMYK0.110.3000.42
HSL277.33º17.79%49.61%-
HSV(B)277.33º30.2%58.43%-
XYZ19.8916.9830.66-
YUV117.5145.78138.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=34.29%
G=27.01%
B=38.70%

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
Decimal1321041490.110.3000.42277.3317.7949.61
Hex846895B1E02A1151232
Octal20415022513360524252262
Binary10000100110100010010101101111110010101010001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846895; }

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

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

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

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

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

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

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

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