#8B699B

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

Shades of Ce Soir #8B699B

Tints of Ce Soir #8B699B

Color information

#8B699B (or 0x8B699B) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and 9B. RGB value is (139,105,155). Sum of RGB (Red+Green+Blue) = 139+105+155=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B699B is #749664. Grayscale: #787878. Windows color (decimal): -7640677 or 10185099. OLE color: 10185099.

HSL color Cylindrical-coordinate representation of color #8B699B: hue angle of 280.8º 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 #8B699B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139105155-
CMYK0.100.3200.39
HSL280.8º20%50.98%-
HSV(B)280.8º32.26%60.78%-
XYZ21.6217.9633.34-
YUV120.87147.26140.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=34.84%
G=26.32%
B=38.85%

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
Decimal1391051550.100.3200.39280.82050.98
Hex8B699BA200271191433
Octal21315123312400474312463
Binary100010111101001100110111010100000010011110001100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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