#86679D

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

Shades of Ce Soir #86679D

Tints of Ce Soir #86679D

Color information

#86679D (or 0x86679D) is unknown color: approx Ce Soir. HEX triplet: 86, 67 and 9D. RGB value is (134,103,157). Sum of RGB (Red+Green+Blue) = 134+103+157=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #86679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86679D is #799862. Grayscale: #767676. Windows color (decimal): -7968867 or 10315654. OLE color: 10315654.

HSL color Cylindrical-coordinate representation of color #86679D: hue angle of 274.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86679D is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134103157-
CMYK0.150.3400.38
HSL274.44º21.6%50.98%-
HSV(B)274.44º34.39%61.57%-
XYZ20.7717.234.12-
YUV118.42149.77139.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=34.01%
G=26.14%
B=39.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341031570.150.3400.38274.4421.650.98
Hex86679DF220261121633
Octal20614723517420464222663
Binary100001101100111100111011111100010010011010001001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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