#8760BF

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

Shades of Lilac Bush #8760BF

Tints of Lilac Bush #8760BF

Color information

#8760BF (or 0x8760BF) is unknown color: approx Lilac Bush. HEX triplet: 87, 60 and BF. RGB value is (135,96,191). Sum of RGB (Red+Green+Blue) = 135+96+191=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8760BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760BF is #789F40. Grayscale: #767676. Windows color (decimal): -7905089 or 12542087. OLE color: 12542087.

HSL color Cylindrical-coordinate representation of color #8760BF: hue angle of 264.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8760BF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13596191-
CMYK0.290.5000.25
HSL264.63º42.6%56.27%-
HSV(B)264.63º49.74%74.9%-
XYZ23.5817.2851.38-
YUV118.49168.92139.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 191 (75% from 255) = 45.26%
R=31.99%
G=22.75%
B=45.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135961910.290.5000.25264.6342.656.27
Hex8760BF1D320191092b38
Octal20714027735620314115370
Binary1000011111000001011111111101110010011001100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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