#8B689B

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

Shades of Ce Soir #8B689B

Tints of Ce Soir #8B689B

Color information

#8B689B (or 0x8B689B) is unknown color: approx Ce Soir. HEX triplet: 8B, 68 and 9B. RGB value is (139,104,155). Sum of RGB (Red+Green+Blue) = 139+104+155=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B689B is #749764. Grayscale: #787878. Windows color (decimal): -7640933 or 10184843. OLE color: 10184843.

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

Color convert

RGB139104155-
CMYK0.100.3300.39
HSL281.18º20.32%50.78%-
HSV(B)281.18º32.9%60.78%-
XYZ21.5117.7633.3-
YUV120.28147.6141.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=34.92%
G=26.13%
B=38.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391041550.100.3300.39281.1820.3250.78
Hex8B689BA210271191433
Octal21315023312410474312463
Binary100010111101000100110111010100001010011110001100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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