#8760BE

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

Shades of Lilac Bush #8760BE

Tints of Lilac Bush #8760BE

Color information

#8760BE (or 0x8760BE) is unknown color: approx Lilac Bush. HEX triplet: 87, 60 and BE. RGB value is (135,96,190). Sum of RGB (Red+Green+Blue) = 135+96+190=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8760BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760BE is #789F41. Grayscale: #767676. Windows color (decimal): -7905090 or 12476551. OLE color: 12476551.

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

Color convert

RGB13596190-
CMYK0.290.4900.25
HSL264.89º41.96%56.08%-
HSV(B)264.89º49.47%74.51%-
XYZ23.4717.2350.8-
YUV118.38168.42139.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=32.07%
G=22.80%
B=45.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135961900.290.4900.25264.8941.9656.08
Hex8760BE1D310191092a38
Octal20714027635610314115270
Binary1000011111000001011111011101110001011001100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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