#8764AD

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

Shades of Ce Soir #8764AD

Tints of Ce Soir #8764AD

Color information

#8764AD (or 0x8764AD) is unknown color: approx Ce Soir. HEX triplet: 87, 64 and AD. RGB value is (135,100,173). Sum of RGB (Red+Green+Blue) = 135+100+173=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #8764AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8764AD is #789B52. Grayscale: #767676. Windows color (decimal): -7904083 or 11363463. OLE color: 11363463.

HSL color Cylindrical-coordinate representation of color #8764AD: hue angle of 268.77º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8764AD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135100173-
CMYK0.220.4200.32
HSL268.77º30.8%53.53%-
HSV(B)268.77º42.2%67.84%-
XYZ22.0917.2841.71-
YUV118.79158.6139.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=33.09%
G=24.51%
B=42.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351001730.220.4200.32268.7730.853.53
Hex8764AD162A02010d1f36
Octal20714425526520404153766
Binary1000011111001001010110110110101010010000010000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8764AD; }

 p { color: rgb(135,100,173); }

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

<style>
 a { background-color: #8764AD; }

 a { background-color: rgb(135,100,173); }

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

<style>
 span { border-color: #8764AD; }

 span { border-color: rgb(135,100,173); }

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