#8A719C

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

Shades of Ce Soir #8A719C

Tints of Ce Soir #8A719C

Color information

#8A719C (or 0x8A719C) is unknown color: approx Ce Soir. HEX triplet: 8A, 71 and 9C. RGB value is (138,113,156). Sum of RGB (Red+Green+Blue) = 138+113+156=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A719C is #758E63. Grayscale: #7D7D7D. Windows color (decimal): -7704164 or 10252682. OLE color: 10252682.

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

Color convert

RGB138113156-
CMYK0.120.2800.39
HSL274.88º17.84%52.75%-
HSV(B)274.88º27.56%61.18%-
XYZ22.3919.6134.06-
YUV125.38145.28137-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=33.91%
G=27.76%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381131560.120.2800.39274.8817.8452.75
Hex8A719CC1C0271131235
Octal21216123414340474232265
Binary10001010111000110011100110011100010011110001001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,113,156); }

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

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

 a { background-color: rgb(138,113,156); }

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

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

 span { border-color: rgb(138,113,156); }

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