#846894

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

Shades of Ce Soir #846894

Tints of Ce Soir #846894

Color information

#846894 (or 0x846894) is unknown color: approx Ce Soir. HEX triplet: 84, 68 and 94. RGB value is (132,104,148). Sum of RGB (Red+Green+Blue) = 132+104+148=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #846894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846894 is #7B976B. Grayscale: #757575. Windows color (decimal): -8099692 or 9726084. OLE color: 9726084.

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

Color convert

RGB132104148-
CMYK0.110.3000.42
HSL278.18º17.46%49.41%-
HSV(B)278.18º29.73%58.04%-
XYZ19.8116.9430.24-
YUV117.39145.28138.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=34.38%
G=27.08%
B=38.54%

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
Decimal1321041480.110.3000.42278.1817.4649.41
Hex846894B1E02A1161131
Octal20415022413360524262161
Binary10000100110100010010100101111110010101010001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846894; }

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

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

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

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

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

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

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

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