#8B789B

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

Shades of Ce Soir #8B789B

Tints of Ce Soir #8B789B

Color information

#8B789B (or 0x8B789B) is unknown color: approx Ce Soir. HEX triplet: 8B, 78 and 9B. RGB value is (139,120,155). Sum of RGB (Red+Green+Blue) = 139+120+155=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B789B is #748764. Grayscale: #818181. Windows color (decimal): -7636837 or 10188939. OLE color: 10188939.

HSL color Cylindrical-coordinate representation of color #8B789B: hue angle of 272.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B789B is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139120155-
CMYK0.100.2300.39
HSL272.57º14.89%53.92%-
HSV(B)272.57º22.58%60.78%-
XYZ23.2821.2933.89-
YUV129.67142.29134.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=33.57%
G=28.99%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391201550.100.2300.39272.5714.8953.92
Hex8B789BA17027111f36
Octal21317023312270474211766
Binary1000101111110001001101110101011101001111000100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,155); }

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

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

 a { background-color: rgb(139,120,155); }

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

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

 span { border-color: rgb(139,120,155); }

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