#8A739B

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

Shades of Ce Soir #8A739B

Tints of Ce Soir #8A739B

Color information

#8A739B (or 0x8A739B) is unknown color: approx Ce Soir. HEX triplet: 8A, 73 and 9B. RGB value is (138,115,155). Sum of RGB (Red+Green+Blue) = 138+115+155=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A739B is #758C64. Grayscale: #7E7E7E. Windows color (decimal): -7703653 or 10187658. OLE color: 10187658.

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

Color convert

RGB138115155-
CMYK0.110.2600.39
HSL274.5º16.67%52.94%-
HSV(B)274.5º25.81%60.78%-
XYZ22.5320.0333.69-
YUV126.44144.12136.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=33.82%
G=28.19%
B=37.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381151550.110.2600.39274.516.6752.94
Hex8A739BB1A0271121135
Octal21216323313320474222165
Binary10001010111001110011011101111010010011110001001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,115,155); }

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

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

 a { background-color: rgb(138,115,155); }

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

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

 span { border-color: rgb(138,115,155); }

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