#8B729D

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

Shades of Ce Soir #8B729D

Tints of Ce Soir #8B729D

Color information

#8B729D (or 0x8B729D) is unknown color: approx Ce Soir. HEX triplet: 8B, 72 and 9D. RGB value is (139,114,157). Sum of RGB (Red+Green+Blue) = 139+114+157=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B729D is #748D62. Grayscale: #7E7E7E. Windows color (decimal): -7638371 or 10318475. OLE color: 10318475.

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

Color convert

RGB139114157-
CMYK0.110.2700.38
HSL274.88º17.99%53.14%-
HSV(B)274.88º27.39%61.57%-
XYZ22.7519.9634.55-
YUV126.38145.28137-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=33.90%
G=27.80%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391141570.110.2700.38274.8817.9953.14
Hex8B729DB1B0261131235
Octal21316223513330464232265
Binary10001011111001010011101101111011010011010001001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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