#8B789C

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

Shades of Ce Soir #8B789C

Tints of Ce Soir #8B789C

Color information

#8B789C (or 0x8B789C) is unknown color: approx Ce Soir. HEX triplet: 8B, 78 and 9C. RGB value is (139,120,156). Sum of RGB (Red+Green+Blue) = 139+120+156=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B789C is #748763. Grayscale: #818181. Windows color (decimal): -7636836 or 10254475. OLE color: 10254475.

HSL color Cylindrical-coordinate representation of color #8B789C: hue angle of 271.67º 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 #8B789C is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139120156-
CMYK0.110.2300.39
HSL271.67º15.38%54.12%-
HSV(B)271.67º23.08%61.18%-
XYZ23.3621.3234.34-
YUV129.78142.79134.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=33.49%
G=28.92%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391201560.110.2300.39271.6715.3854.12
Hex8B789CB17027110f36
Octal21317023413270474201766
Binary1000101111110001001110010111011101001111000100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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