#86669C

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

Shades of Ce Soir #86669C

Tints of Ce Soir #86669C

Color information

#86669C (or 0x86669C) is unknown color: approx Ce Soir. HEX triplet: 86, 66 and 9C. RGB value is (134,102,156). Sum of RGB (Red+Green+Blue) = 134+102+156=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #86669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86669C is #799963. Grayscale: #757575. Windows color (decimal): -7969124 or 10249862. OLE color: 10249862.

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

Color convert

RGB134102156-
CMYK0.140.3500.39
HSL275.56º21.43%50.59%-
HSV(B)275.56º34.62%61.18%-
XYZ20.5816.9733.64-
YUV117.72149.6139.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=34.18%
G=26.02%
B=39.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341021560.140.3500.39275.5621.4350.59
Hex86669CE230271141533
Octal20614623416430474242563
Binary100001101100110100111001110100011010011110001010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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