#8C699B

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

Shades of Ce Soir #8C699B

Tints of Ce Soir #8C699B

Color information

#8C699B (or 0x8C699B) is unknown color: approx Ce Soir. HEX triplet: 8C, 69 and 9B. RGB value is (140,105,155). Sum of RGB (Red+Green+Blue) = 140+105+155=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C699B is #739664. Grayscale: #787878. Windows color (decimal): -7575141 or 10185100. OLE color: 10185100.

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

Color convert

RGB140105155-
CMYK0.100.3200.39
HSL282º20%50.98%-
HSV(B)282º32.26%60.78%-
XYZ21.7818.0533.35-
YUV121.16147.1141.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=35%
G=26.25%
B=38.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401051550.100.3200.392822050.98
Hex8C699BA2002711a1433
Octal21415123312400474322463
Binary100011001101001100110111010100000010011110001101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,155); }

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

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

 a { background-color: rgb(140,105,155); }

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

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

 span { border-color: rgb(140,105,155); }

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