#866A92

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

Shades of Ce Soir #866A92

Tints of Ce Soir #866A92

Color information

#866A92 (or 0x866A92) is unknown color: approx Ce Soir. HEX triplet: 86, 6A and 92. RGB value is (134,106,146). Sum of RGB (Red+Green+Blue) = 134+106+146=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #866A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866A92 is #79956D. Grayscale: #767676. Windows color (decimal): -7968110 or 9595526. OLE color: 9595526.

HSL color Cylindrical-coordinate representation of color #866A92: hue angle of 282º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866A92 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134106146-
CMYK0.080.2700.43
HSL282º15.87%49.41%-
HSV(B)282º27.4%57.25%-
XYZ20.1717.4529.5-
YUV118.93143.28138.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=34.72%
G=27.46%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341061460.080.2700.4328215.8749.41
Hex866A9281B02B11a1031
Octal20615222210330534322061
Binary10000110110101010010010100011011010101110001101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,106,146); }

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

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

 a { background-color: rgb(134,106,146); }

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

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

 span { border-color: rgb(134,106,146); }

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