#8764BB

Color #8764BB Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #8764BB

Tints of Lilac Bush #8764BB

Color information

#8764BB (or 0x8764BB) is unknown color: approx Lilac Bush. HEX triplet: 87, 64 and BB. RGB value is (135,100,187). Sum of RGB (Red+Green+Blue) = 135+100+187=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8764BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764BB is #789B44. Grayscale: #787878. Windows color (decimal): -7904069 or 12280967. OLE color: 12280967.

HSL color Cylindrical-coordinate representation of color #8764BB: hue angle of 264.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8764BB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135100187-
CMYK0.280.4700.27
HSL264.14º39.01%56.27%-
HSV(B)264.14º46.52%73.33%-
XYZ23.5217.8549.22-
YUV120.38165.6138.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=31.99%
G=23.70%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351001870.280.4700.27264.1439.0156.27
Hex8764BB1C2F01B1082738
Octal20714427334570334104770
Binary1000011111001001011101111100101111011011100001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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