#886895

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

Shades of Ce Soir #886895

Tints of Ce Soir #886895

Color information

#886895 (or 0x886895) is unknown color: approx Ce Soir. HEX triplet: 88, 68 and 95. RGB value is (136,104,149). Sum of RGB (Red+Green+Blue) = 136+104+149=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #886895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886895 is #77976A. Grayscale: #767676. Windows color (decimal): -7837547 or 9791624. OLE color: 9791624.

HSL color Cylindrical-coordinate representation of color #886895: hue angle of 282.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #886895 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136104149-
CMYK0.090.3000.42
HSL282.67º17.79%49.61%-
HSV(B)282.67º30.2%58.43%-
XYZ20.5317.330.69-
YUV118.7145.1140.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=34.96%
G=26.74%
B=38.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361041490.090.3000.42282.6717.7949.61
Hex88689591E02A11b1232
Octal21015022511360524332262
Binary10001000110100010010101100111110010101010001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886895; }

 p { color: rgb(136,104,149); }

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

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

 a { background-color: rgb(136,104,149); }

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

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

 span { border-color: rgb(136,104,149); }

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