#886DA4

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

Shades of Ce Soir #886DA4

Tints of Ce Soir #886DA4

Color information

#886DA4 (or 0x886DA4) is unknown color: approx Ce Soir. HEX triplet: 88, 6D and A4. RGB value is (136,109,164). Sum of RGB (Red+Green+Blue) = 136+109+164=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #886DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DA4 is #77925B. Grayscale: #7B7B7B. Windows color (decimal): -7836252 or 10775944. OLE color: 10775944.

HSL color Cylindrical-coordinate representation of color #886DA4: hue angle of 269.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #886DA4 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136109164-
CMYK0.170.3400.36
HSL269.45º23.21%53.53%-
HSV(B)269.45º33.54%64.31%-
XYZ22.3218.8537.58-
YUV123.34150.95137.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=33.25%
G=26.65%
B=40.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361091640.170.3400.36269.4523.2153.53
Hex886DA4112202410d1736
Octal21015524421420444152766
Binary1000100011011011010010010001100010010010010000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,164); }

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

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

 a { background-color: rgb(136,109,164); }

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

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

 span { border-color: rgb(136,109,164); }

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