#866E94

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

Shades of Ce Soir #866E94

Tints of Ce Soir #866E94

Color information

#866E94 (or 0x866E94) is unknown color: approx Ce Soir. HEX triplet: 86, 6E and 94. RGB value is (134,110,148). Sum of RGB (Red+Green+Blue) = 134+110+148=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #866E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E94 is #79916B. Grayscale: #797979. Windows color (decimal): -7967084 or 9727622. OLE color: 9727622.

HSL color Cylindrical-coordinate representation of color #866E94: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866E94 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134110148-
CMYK0.090.2600.42
HSL277.89º15.08%50.59%-
HSV(B)277.89º25.68%58.04%-
XYZ20.7518.3630.47-
YUV121.51142.95136.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=34.18%
G=28.06%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341101480.090.2600.42277.8915.0850.59
Hex866E9491A02A116f33
Octal20615622411320524261763
Binary1000011011011101001010010011101001010101000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866E94; }

 p { color: rgb(134,110,148); }

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

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

 a { background-color: rgb(134,110,148); }

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

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

 span { border-color: rgb(134,110,148); }

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