#886AA6

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

Shades of Ce Soir #886AA6

Tints of Ce Soir #886AA6

Color information

#886AA6 (or 0x886AA6) is unknown color: approx Ce Soir. HEX triplet: 88, 6A and A6. RGB value is (136,106,166). Sum of RGB (Red+Green+Blue) = 136+106+166=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 166 - color contains mainly: blue. Hex color #886AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886AA6 is #779559. Grayscale: #797979. Windows color (decimal): -7837018 or 10906248. OLE color: 10906248.

HSL color Cylindrical-coordinate representation of color #886AA6: hue angle of 270º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886AA6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB136106166-
CMYK0.180.3600.35
HSL270º25.21%53.33%-
HSV(B)270º36.14%65.1%-
XYZ22.1918.338.44-
YUV121.81152.94138.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 166 (65.23% from 255) = 40.69%
R=33.33%
G=25.98%
B=40.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361061660.180.3600.3527025.2153.33
Hex886AA6122402310e1935
Octal21015224622440434163165
Binary1000100011010101010011010010100100010001110000111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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