#8762BC

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

Shades of Lilac Bush #8762BC

Tints of Lilac Bush #8762BC

Color information

#8762BC (or 0x8762BC) is unknown color: approx Lilac Bush. HEX triplet: 87, 62 and BC. RGB value is (135,98,188). Sum of RGB (Red+Green+Blue) = 135+98+188=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8762BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762BC is #789D43. Grayscale: #777777. Windows color (decimal): -7904580 or 12345991. OLE color: 12345991.

HSL color Cylindrical-coordinate representation of color #8762BC: hue angle of 264.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8762BC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13598188-
CMYK0.280.4800.26
HSL264.67º40.18%56.08%-
HSV(B)264.67º47.87%73.73%-
XYZ23.4417.5249.72-
YUV119.32166.76139.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=32.07%
G=23.28%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135981880.280.4800.26264.6740.1856.08
Hex8762BC1C3001A1092838
Octal20714227434600324115070
Binary1000011111000101011110011100110000011010100001001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8762BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8762BC; }

 p { color: rgb(135,98,188); }

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

<style>
 a { background-color: #8762BC; }

 a { background-color: rgb(135,98,188); }

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

<style>
 span { border-color: #8762BC; }

 span { border-color: rgb(135,98,188); }

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