#865CBF

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

Shades of Lilac Bush #865CBF

Tints of Lilac Bush #865CBF

Color information

#865CBF (or 0x865CBF) is unknown color: approx Lilac Bush. HEX triplet: 86, 5C and BF. RGB value is (134,92,191). Sum of RGB (Red+Green+Blue) = 134+92+191=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #865CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CBF is #79A340. Grayscale: #737373. Windows color (decimal): -7971649 or 12541062. OLE color: 12541062.

HSL color Cylindrical-coordinate representation of color #865CBF: hue angle of 265.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865CBF is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13492191-
CMYK0.300.5200.25
HSL265.45º43.61%55.49%-
HSV(B)265.45º51.83%74.9%-
XYZ23.0616.4851.26-
YUV115.84170.41140.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 191 (75% from 255) = 45.80%
R=32.13%
G=22.06%
B=45.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134921910.300.5200.25265.4543.6155.49
Hex865CBF1E340191092c37
Octal20613427736640314115467
Binary1000011010111001011111111110110100011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,191); }

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

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

 a { background-color: rgb(134,92,191); }

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

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

 span { border-color: rgb(134,92,191); }

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