#8B729C

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

Shades of Ce Soir #8B729C

Tints of Ce Soir #8B729C

Color information

#8B729C (or 0x8B729C) is unknown color: approx Ce Soir. HEX triplet: 8B, 72 and 9C. RGB value is (139,114,156). Sum of RGB (Red+Green+Blue) = 139+114+156=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B729C is #748D63. Grayscale: #7E7E7E. Windows color (decimal): -7638372 or 10252939. OLE color: 10252939.

HSL color Cylindrical-coordinate representation of color #8B729C: hue angle of 275.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B729C is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139114156-
CMYK0.110.2700.39
HSL275.71º17.5%52.94%-
HSV(B)275.71º26.92%61.18%-
XYZ22.6719.9234.1-
YUV126.26144.78137.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=33.99%
G=27.87%
B=38.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391141560.110.2700.39275.7117.552.94
Hex8B729CB1B0271141235
Octal21316223413330474242265
Binary10001011111001010011100101111011010011110001010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B729C; }

 p { color: rgb(139,114,156); }

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

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

 a { background-color: rgb(139,114,156); }

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

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

 span { border-color: rgb(139,114,156); }

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