#8C7A9E

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

Shades of Ce Soir #8C7A9E

Tints of Ce Soir #8C7A9E

Color information

#8C7A9E (or 0x8C7A9E) is unknown color: approx Ce Soir. HEX triplet: 8C, 7A and 9E. RGB value is (140,122,158). Sum of RGB (Red+Green+Blue) = 140+122+158=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A9E is #738561. Grayscale: #838383. Windows color (decimal): -7570786 or 10386060. OLE color: 10386060.

HSL color Cylindrical-coordinate representation of color #8C7A9E: hue angle of 270º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7A9E is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140122158-
CMYK0.110.2300.38
HSL270º15.65%54.9%-
HSV(B)270º22.78%61.96%-
XYZ23.9521.9635.32-
YUV131.49142.96134.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=33.33%
G=29.05%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401221580.110.2300.3827015.6554.9
Hex8C7A9EB1702610e1037
Octal21417223613270464162067
Binary10001100111101010011110101110111010011010000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,158); }

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

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

 a { background-color: rgb(140,122,158); }

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

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

 span { border-color: rgb(140,122,158); }

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