#86679C

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

Shades of Ce Soir #86679C

Tints of Ce Soir #86679C

Color information

#86679C (or 0x86679C) is unknown color: approx Ce Soir. HEX triplet: 86, 67 and 9C. RGB value is (134,103,156). Sum of RGB (Red+Green+Blue) = 134+103+156=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #86679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86679C is #799863. Grayscale: #767676. Windows color (decimal): -7968868 or 10250118. OLE color: 10250118.

HSL color Cylindrical-coordinate representation of color #86679C: hue angle of 275.09º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86679C is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134103156-
CMYK0.140.3400.39
HSL275.09º21.12%50.78%-
HSV(B)275.09º33.97%61.18%-
XYZ20.6817.1733.68-
YUV118.31149.27139.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=34.10%
G=26.21%
B=39.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341031560.140.3400.39275.0921.1250.78
Hex86679CE220271131533
Octal20614723416420474232563
Binary100001101100111100111001110100010010011110001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86679C; }

 p { color: rgb(134,103,156); }

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

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

 a { background-color: rgb(134,103,156); }

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

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

 span { border-color: rgb(134,103,156); }

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