#856494

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

Shades of Ce Soir #856494

Tints of Ce Soir #856494

Color information

#856494 (or 0x856494) is unknown color: approx Ce Soir. HEX triplet: 85, 64 and 94. RGB value is (133,100,148). Sum of RGB (Red+Green+Blue) = 133+100+148=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #856494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856494 is #7A9B6B. Grayscale: #737373. Windows color (decimal): -8035180 or 9725061. OLE color: 9725061.

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

Color convert

RGB133100148-
CMYK0.100.3200.42
HSL281.25º19.35%48.63%-
HSV(B)281.25º32.43%58.04%-
XYZ19.5816.2430.12-
YUV115.34146.43140.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=34.91%
G=26.25%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331001480.100.3200.42281.2519.3548.63
Hex856494A2002A1191331
Octal20514422412400524312361
Binary100001011100100100101001010100000010101010001100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856494; }

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

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

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

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

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

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

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

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