#866897

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

Shades of Ce Soir #866897

Tints of Ce Soir #866897

Color information

#866897 (or 0x866897) is unknown color: approx Ce Soir. HEX triplet: 86, 68 and 97. RGB value is (134,104,151). Sum of RGB (Red+Green+Blue) = 134+104+151=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #866897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866897 is #799768. Grayscale: #767676. Windows color (decimal): -7968617 or 9922694. OLE color: 9922694.

HSL color Cylindrical-coordinate representation of color #866897: hue angle of 278.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866897 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134104151-
CMYK0.110.3100.41
HSL278.3º18.43%50%-
HSV(B)278.3º31.13%59.22%-
XYZ20.3717.231.53-
YUV118.33146.44139.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=34.45%
G=26.74%
B=38.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341041510.110.3100.41278.318.4350
Hex866897B1F0291161232
Octal20615022713370514262262
Binary10000110110100010010111101111111010100110001011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866897; }

 p { color: rgb(134,104,151); }

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

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

 a { background-color: rgb(134,104,151); }

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

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

 span { border-color: rgb(134,104,151); }

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