#8B749B

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

Shades of Ce Soir #8B749B

Tints of Ce Soir #8B749B

Color information

#8B749B (or 0x8B749B) is unknown color: approx Ce Soir. HEX triplet: 8B, 74 and 9B. RGB value is (139,116,155). Sum of RGB (Red+Green+Blue) = 139+116+155=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B749B is #748B64. Grayscale: #7F7F7F. Windows color (decimal): -7637861 or 10187915. OLE color: 10187915.

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

Color convert

RGB139116155-
CMYK0.100.2500.39
HSL275.38º16.32%53.14%-
HSV(B)275.38º25.16%60.78%-
XYZ22.8120.3533.74-
YUV127.32143.62136.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=33.90%
G=28.29%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391161550.100.2500.39275.3816.3253.14
Hex8B749BA190271131035
Octal21316423312310474232065
Binary10001011111010010011011101011001010011110001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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