#8760AE

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

Shades of Ce Soir #8760AE

Tints of Ce Soir #8760AE

Color information

#8760AE (or 0x8760AE) is unknown color: approx Ce Soir. HEX triplet: 87, 60 and AE. RGB value is (135,96,174). Sum of RGB (Red+Green+Blue) = 135+96+174=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #8760AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8760AE is #789F51. Grayscale: #747474. Windows color (decimal): -7905106 or 11427975. OLE color: 11427975.

HSL color Cylindrical-coordinate representation of color #8760AE: hue angle of 270º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8760AE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13596174-
CMYK0.220.4500.32
HSL270º32.5%52.94%-
HSV(B)270º44.83%68.24%-
XYZ21.8116.5742.09-
YUV116.55160.42141.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=33.33%
G=23.70%
B=42.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135961740.220.4500.3227032.552.94
Hex8760AE162D02010e2035
Octal20714025626550404164065
Binary10000111110000010101110101101011010100000100001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8760AE; }

 p { color: rgb(135,96,174); }

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

<style>
 a { background-color: #8760AE; }

 a { background-color: rgb(135,96,174); }

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

<style>
 span { border-color: #8760AE; }

 span { border-color: rgb(135,96,174); }

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