#8B759D

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

Shades of Ce Soir #8B759D

Tints of Ce Soir #8B759D

Color information

#8B759D (or 0x8B759D) is unknown color: approx Ce Soir. HEX triplet: 8B, 75 and 9D. RGB value is (139,117,157). Sum of RGB (Red+Green+Blue) = 139+117+157=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B759D is #748A62. Grayscale: #7F7F7F. Windows color (decimal): -7637603 or 10319243. OLE color: 10319243.

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

Color convert

RGB139117157-
CMYK0.110.2500.38
HSL273º16.95%53.73%-
HSV(B)273º25.48%61.57%-
XYZ23.0920.6534.67-
YUV128.14144.29135.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=33.66%
G=28.33%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391171570.110.2500.3827316.9553.73
Hex8B759DB190261111136
Octal21316523513310464212166
Binary10001011111010110011101101111001010011010001000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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