#886994

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

Shades of Ce Soir #886994

Tints of Ce Soir #886994

Color information

#886994 (or 0x886994) is unknown color: approx Ce Soir. HEX triplet: 88, 69 and 94. RGB value is (136,105,148). Sum of RGB (Red+Green+Blue) = 136+105+148=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #886994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886994 is #77966B. Grayscale: #777777. Windows color (decimal): -7837292 or 9726344. OLE color: 9726344.

HSL color Cylindrical-coordinate representation of color #886994: hue angle of 283.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886994 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136105148-
CMYK0.080.2900.42
HSL283.26º17%49.61%-
HSV(B)283.26º29.05%58.04%-
XYZ20.5517.4830.31-
YUV119.17144.27140-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=34.96%
G=26.99%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361051480.080.2900.42283.261749.61
Hex88699481D02A11b1132
Octal21015122410350524332162
Binary10001000110100110010100100011101010101010001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886994; }

 p { color: rgb(136,105,148); }

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

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

 a { background-color: rgb(136,105,148); }

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

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

 span { border-color: rgb(136,105,148); }

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