#8B789E

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

Shades of Ce Soir #8B789E

Tints of Ce Soir #8B789E

Color information

#8B789E (or 0x8B789E) is unknown color: approx Ce Soir. HEX triplet: 8B, 78 and 9E. RGB value is (139,120,158). Sum of RGB (Red+Green+Blue) = 139+120+158=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B789E is #748761. Grayscale: #818181. Windows color (decimal): -7636834 or 10385547. OLE color: 10385547.

HSL color Cylindrical-coordinate representation of color #8B789E: hue angle of 270º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B789E is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139120158-
CMYK0.120.2400.38
HSL270º16.38%54.51%-
HSV(B)270º24.05%61.96%-
XYZ23.5421.3935.24-
YUV130.01143.79134.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=33.33%
G=28.78%
B=37.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391201580.120.2400.3827016.3854.51
Hex8B789EC1802610e1037
Octal21317023614300464162067
Binary10001011111100010011110110011000010011010000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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