#8765AA

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

Shades of Ce Soir #8765AA

Tints of Ce Soir #8765AA

Color information

#8765AA (or 0x8765AA) is unknown color: approx Ce Soir. HEX triplet: 87, 65 and AA. RGB value is (135,101,170). Sum of RGB (Red+Green+Blue) = 135+101+170=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8765AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8765AA is #789A55. Grayscale: #767676. Windows color (decimal): -7903830 or 11167111. OLE color: 11167111.

HSL color Cylindrical-coordinate representation of color #8765AA: hue angle of 269.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8765AA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135101170-
CMYK0.210.4100.33
HSL269.57º28.87%53.14%-
HSV(B)269.57º40.59%66.67%-
XYZ21.917.3640.23-
YUV119.03156.76139.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=33.25%
G=24.88%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351011700.210.4100.33269.5728.8753.14
Hex8765AA152902110e1d35
Octal20714525225510414163565
Binary1000011111001011010101010101101001010000110000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8765AA; }

 p { color: rgb(135,101,170); }

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

<style>
 a { background-color: #8765AA; }

 a { background-color: rgb(135,101,170); }

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

<style>
 span { border-color: #8765AA; }

 span { border-color: rgb(135,101,170); }

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