#866F95

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

Shades of Ce Soir #866F95

Tints of Ce Soir #866F95

Color information

#866F95 (or 0x866F95) is unknown color: approx Ce Soir. HEX triplet: 86, 6F and 95. RGB value is (134,111,149). Sum of RGB (Red+Green+Blue) = 134+111+149=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #866F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F95 is #79906A. Grayscale: #7A7A7A. Windows color (decimal): -7966827 or 9793414. OLE color: 9793414.

HSL color Cylindrical-coordinate representation of color #866F95: hue angle of 276.32º 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 #866F95 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134111149-
CMYK0.100.2600.42
HSL276.32º15.2%50.98%-
HSV(B)276.32º25.5%58.43%-
XYZ20.9418.6130.92-
YUV122.21143.12136.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=34.01%
G=28.17%
B=37.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341111490.100.2600.42276.3215.250.98
Hex866F95A1A02A114f33
Octal20615722512320524241763
Binary1000011011011111001010110101101001010101000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,111,149); }

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

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

 a { background-color: rgb(134,111,149); }

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

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

 span { border-color: rgb(134,111,149); }

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