#886493

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

Shades of Ce Soir #886493

Tints of Ce Soir #886493

Color information

#886493 (or 0x886493) is unknown color: approx Ce Soir. HEX triplet: 88, 64 and 93. RGB value is (136,100,147). Sum of RGB (Red+Green+Blue) = 136+100+147=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #886493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886493 is #779B6C. Grayscale: #737373. Windows color (decimal): -7838573 or 9659528. OLE color: 9659528.

HSL color Cylindrical-coordinate representation of color #886493: hue angle of 285.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886493 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136100147-
CMYK0.070.3200.42
HSL285.96º19.03%48.43%-
HSV(B)285.96º31.97%57.65%-
XYZ19.9816.4629.73-
YUV116.12145.43142.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=35.51%
G=26.11%
B=38.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361001470.070.3200.42285.9619.0348.43
Hex88649372002A11e1330
Octal2101442237400524362360
Binary10001000110010010010011111100000010101010001111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886493; }

 p { color: rgb(136,100,147); }

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

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

 a { background-color: rgb(136,100,147); }

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

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

 span { border-color: rgb(136,100,147); }

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