#865EB7

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

Shades of Lilac Bush #865EB7

Tints of Lilac Bush #865EB7

Color information

#865EB7 (or 0x865EB7) is unknown color: approx Lilac Bush. HEX triplet: 86, 5E and B7. RGB value is (134,94,183). Sum of RGB (Red+Green+Blue) = 134+94+183=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #865EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EB7 is #79A148. Grayscale: #737373. Windows color (decimal): -7971145 or 12017286. OLE color: 12017286.

HSL color Cylindrical-coordinate representation of color #865EB7: hue angle of 266.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865EB7 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13494183-
CMYK0.270.4900.28
HSL266.97º38.2%54.31%-
HSV(B)266.97º48.63%71.76%-
XYZ22.3816.4946.8-
YUV116.11165.75140.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=32.60%
G=22.87%
B=44.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134941830.270.4900.28266.9738.254.31
Hex865EB71B3101C10b2636
Octal20613626733610344134666
Binary1000011010111101011011111011110001011100100001011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865EB7; }

 p { color: rgb(134,94,183); }

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

<style>
 a { background-color: #865EB7; }

 a { background-color: rgb(134,94,183); }

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

<style>
 span { border-color: #865EB7; }

 span { border-color: rgb(134,94,183); }

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