#865EBB

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

Shades of Lilac Bush #865EBB

Tints of Lilac Bush #865EBB

Color information

#865EBB (or 0x865EBB) is unknown color: approx Lilac Bush. HEX triplet: 86, 5E and BB. RGB value is (134,94,187). Sum of RGB (Red+Green+Blue) = 134+94+187=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #865EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBB is #79A144. Grayscale: #747474. Windows color (decimal): -7971141 or 12279430. OLE color: 12279430.

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

Color convert

RGB13494187-
CMYK0.280.5000.27
HSL265.81º40.61%55.1%-
HSV(B)265.81º49.73%73.33%-
XYZ22.816.6649.03-
YUV116.56167.75140.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=32.29%
G=22.65%
B=45.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134941870.280.5000.27265.8140.6155.1
Hex865EBB1C3201B10a2937
Octal20613627334620334125167
Binary1000011010111101011101111100110010011011100001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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