#875EBC

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

Shades of Lilac Bush #875EBC

Tints of Lilac Bush #875EBC

Color information

#875EBC (or 0x875EBC) is unknown color: approx Lilac Bush. HEX triplet: 87, 5E and BC. RGB value is (135,94,188). Sum of RGB (Red+Green+Blue) = 135+94+188=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #875EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EBC is #78A143. Grayscale: #747474. Windows color (decimal): -7905604 or 12344967. OLE color: 12344967.

HSL color Cylindrical-coordinate representation of color #875EBC: hue angle of 266.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875EBC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13594188-
CMYK0.280.5000.26
HSL266.17º41.23%55.29%-
HSV(B)266.17º50%73.73%-
XYZ23.0716.7949.6-
YUV116.98168.08140.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=32.37%
G=22.54%
B=45.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135941880.280.5000.26266.1741.2355.29
Hex875EBC1C3201A10a2937
Octal20713627434620324125167
Binary1000011110111101011110011100110010011010100001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875EBC; }

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

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

<style>
 a { background-color: #875EBC; }

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

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

<style>
 span { border-color: #875EBC; }

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

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