#8C77A2

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

Shades of Ce Soir #8C77A2

Tints of Ce Soir #8C77A2

Color information

#8C77A2 (or 0x8C77A2) is unknown color: approx Ce Soir. HEX triplet: 8C, 77 and A2. RGB value is (140,119,162). Sum of RGB (Red+Green+Blue) = 140+119+162=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C77A2 is #73885D. Grayscale: #828282. Windows color (decimal): -7571550 or 10647436. OLE color: 10647436.

HSL color Cylindrical-coordinate representation of color #8C77A2: hue angle of 269.3º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C77A2 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB140119162-
CMYK0.140.2700.36
HSL269.3º18.78%55.1%-
HSV(B)269.3º26.54%63.53%-
XYZ23.9321.3837.05-
YUV130.18145.96135-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=33.25%
G=28.27%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401191620.140.2700.36269.318.7855.1
Hex8C77A2E1B02410d1337
Octal21416724216330444152367
Binary10001100111011110100010111011011010010010000110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C77A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,162); }

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

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

 a { background-color: rgb(140,119,162); }

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

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

 span { border-color: rgb(140,119,162); }

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