#856394

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

Shades of Ce Soir #856394

Tints of Ce Soir #856394

Color information

#856394 (or 0x856394) is unknown color: approx Ce Soir. HEX triplet: 85, 63 and 94. RGB value is (133,99,148). Sum of RGB (Red+Green+Blue) = 133+99+148=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #856394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856394 is #7A9C6B. Grayscale: #727272. Windows color (decimal): -8035436 or 9724805. OLE color: 9724805.

HSL color Cylindrical-coordinate representation of color #856394: hue angle of 281.63º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856394 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13399148-
CMYK0.100.3300.42
HSL281.63º19.84%48.43%-
HSV(B)281.63º33.11%58.04%-
XYZ19.4816.0530.09-
YUV114.75146.76141.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=35%
G=26.05%
B=38.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133991480.100.3300.42281.6319.8448.43
Hex856394A2102A11a1430
Octal20514322412410524322460
Binary100001011100011100101001010100001010101010001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856394; }

 p { color: rgb(133,99,148); }

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

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

 a { background-color: rgb(133,99,148); }

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

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

 span { border-color: rgb(133,99,148); }

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