#866396

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

Shades of Ce Soir #866396

Tints of Ce Soir #866396

Color information

#866396 (or 0x866396) is unknown color: approx Ce Soir. HEX triplet: 86, 63 and 96. RGB value is (134,99,150). Sum of RGB (Red+Green+Blue) = 134+99+150=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #866396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866396 is #799C69. Grayscale: #737373. Windows color (decimal): -7969898 or 9855878. OLE color: 9855878.

HSL color Cylindrical-coordinate representation of color #866396: hue angle of 281.18º degrees, saturation: 0.2, 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 #866396 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13499150-
CMYK0.110.3400.41
HSL281.18º20.48%48.82%-
HSV(B)281.18º34%58.82%-
XYZ19.816.1930.94-
YUV115.28147.6141.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=34.99%
G=25.85%
B=39.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134991500.110.3400.41281.1820.4848.82
Hex866396B220291191431
Octal20614322613420514312461
Binary100001101100011100101101011100010010100110001100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866396; }

 p { color: rgb(134,99,150); }

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

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

 a { background-color: rgb(134,99,150); }

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

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

 span { border-color: rgb(134,99,150); }

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