#8B689C

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

Shades of Ce Soir #8B689C

Tints of Ce Soir #8B689C

Color information

#8B689C (or 0x8B689C) is unknown color: approx Ce Soir. HEX triplet: 8B, 68 and 9C. RGB value is (139,104,156). Sum of RGB (Red+Green+Blue) = 139+104+156=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B689C is #749763. Grayscale: #787878. Windows color (decimal): -7640932 or 10250379. OLE color: 10250379.

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

Color convert

RGB139104156-
CMYK0.110.3300.39
HSL280.38º20.8%50.98%-
HSV(B)280.38º33.33%61.18%-
XYZ21.617.7933.75-
YUV120.39148.1141.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=34.84%
G=26.07%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391041560.110.3300.39280.3820.850.98
Hex8B689CB210271181533
Octal21315023413410474302563
Binary100010111101000100111001011100001010011110001100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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