#8760AB

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

Shades of Ce Soir #8760AB

Tints of Ce Soir #8760AB

Color information

#8760AB (or 0x8760AB) is unknown color: approx Ce Soir. HEX triplet: 87, 60 and AB. RGB value is (135,96,171). Sum of RGB (Red+Green+Blue) = 135+96+171=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8760AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8760AB is #789F54. Grayscale: #737373. Windows color (decimal): -7905109 or 11231367. OLE color: 11231367.

HSL color Cylindrical-coordinate representation of color #8760AB: hue angle of 271.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8760AB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13596171-
CMYK0.210.4400.33
HSL271.2º30.86%52.35%-
HSV(B)271.2º43.86%67.06%-
XYZ21.5316.4640.57-
YUV116.21158.92141.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=33.58%
G=23.88%
B=42.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135961710.210.4400.33271.230.8652.35
Hex8760AB152C02110f1f34
Octal20714025325540414173764
Binary1000011111000001010101110101101100010000110000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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