#856397

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

Shades of Ce Soir #856397

Tints of Ce Soir #856397

Color information

#856397 (or 0x856397) is unknown color: approx Ce Soir. HEX triplet: 85, 63 and 97. RGB value is (133,99,151). Sum of RGB (Red+Green+Blue) = 133+99+151=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #856397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856397 is #7A9C68. Grayscale: #727272. Windows color (decimal): -8035433 or 9921413. OLE color: 9921413.

HSL color Cylindrical-coordinate representation of color #856397: hue angle of 279.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #856397 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13399151-
CMYK0.120.3400.41
HSL279.23º20.8%49.02%-
HSV(B)279.23º34.44%59.22%-
XYZ19.7216.1431.35-
YUV115.09148.26140.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=34.73%
G=25.85%
B=39.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133991510.120.3400.41279.2320.849.02
Hex856397C220291171531
Octal20514322714420514272561
Binary100001011100011100101111100100010010100110001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856397; }

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

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

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

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

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

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

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

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