#8B729F

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

Shades of Ce Soir #8B729F

Tints of Ce Soir #8B729F

Color information

#8B729F (or 0x8B729F) is unknown color: approx Ce Soir. HEX triplet: 8B, 72 and 9F. RGB value is (139,114,159). Sum of RGB (Red+Green+Blue) = 139+114+159=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B729F is #748D60. Grayscale: #7E7E7E. Windows color (decimal): -7638369 or 10449547. OLE color: 10449547.

HSL color Cylindrical-coordinate representation of color #8B729F: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B729F is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139114159-
CMYK0.130.2800.38
HSL273.33º18.99%53.53%-
HSV(B)273.33º28.3%62.35%-
XYZ22.9220.0335.46-
YUV126.6146.28136.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=33.74%
G=27.67%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391141590.130.2800.38273.3318.9953.53
Hex8B729FD1C0261111336
Octal21316223715340464212366
Binary10001011111001010011111110111100010011010001000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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