#846994

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

Shades of Ce Soir #846994

Tints of Ce Soir #846994

Color information

#846994 (or 0x846994) is unknown color: approx Ce Soir. HEX triplet: 84, 69 and 94. RGB value is (132,105,148). Sum of RGB (Red+Green+Blue) = 132+105+148=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #846994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846994 is #7B966B. Grayscale: #757575. Windows color (decimal): -8099436 or 9726340. OLE color: 9726340.

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

Color convert

RGB132105148-
CMYK0.110.2900.42
HSL277.67º17%49.61%-
HSV(B)277.67º29.05%58.04%-
XYZ19.9117.1530.28-
YUV117.98144.95138-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=34.29%
G=27.27%
B=38.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321051480.110.2900.42277.671749.61
Hex846994B1D02A1161132
Octal20415122413350524262162
Binary10000100110100110010100101111101010101010001011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846994; }

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

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

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

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

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

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

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

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