#886A9B

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

Shades of Ce Soir #886A9B

Tints of Ce Soir #886A9B

Color information

#886A9B (or 0x886A9B) is unknown color: approx Ce Soir. HEX triplet: 88, 6A and 9B. RGB value is (136,106,155). Sum of RGB (Red+Green+Blue) = 136+106+155=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #886A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A9B is #779564. Grayscale: #787878. Windows color (decimal): -7837029 or 10185352. OLE color: 10185352.

HSL color Cylindrical-coordinate representation of color #886A9B: hue angle of 276.73º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886A9B is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136106155-
CMYK0.120.3200.39
HSL276.73º19.68%51.18%-
HSV(B)276.73º31.61%60.78%-
XYZ21.2217.9133.35-
YUV120.56147.44139.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=34.26%
G=26.70%
B=39.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361061550.120.3200.39276.7319.6851.18
Hex886A9BC200271151433
Octal21015223314400474252463
Binary100010001101010100110111100100000010011110001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A9B; }

 p { color: rgb(136,106,155); }

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

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

 a { background-color: rgb(136,106,155); }

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

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

 span { border-color: rgb(136,106,155); }

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