#8B759C

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

Shades of Ce Soir #8B759C

Tints of Ce Soir #8B759C

Color information

#8B759C (or 0x8B759C) is unknown color: approx Ce Soir. HEX triplet: 8B, 75 and 9C. RGB value is (139,117,156). Sum of RGB (Red+Green+Blue) = 139+117+156=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B759C is #748A63. Grayscale: #7F7F7F. Windows color (decimal): -7637604 or 10253707. OLE color: 10253707.

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

Color convert

RGB139117156-
CMYK0.110.2500.39
HSL273.85º16.46%53.53%-
HSV(B)273.85º25%61.18%-
XYZ23.0120.6134.22-
YUV128.02143.79135.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=33.74%
G=28.40%
B=37.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391171560.110.2500.39273.8516.4653.53
Hex8B759CB190271121036
Octal21316523413310474222066
Binary10001011111010110011100101111001010011110001001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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