#865FBE

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

Shades of Lilac Bush #865FBE

Tints of Lilac Bush #865FBE

Color information

#865FBE (or 0x865FBE) is unknown color: approx Lilac Bush. HEX triplet: 86, 5F and BE. RGB value is (134,95,190). Sum of RGB (Red+Green+Blue) = 134+95+190=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #865FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FBE is #79A041. Grayscale: #757575. Windows color (decimal): -7970882 or 12476294. OLE color: 12476294.

HSL color Cylindrical-coordinate representation of color #865FBE: hue angle of 264.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865FBE is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13495190-
CMYK0.290.500.25
HSL264.63º42.22%55.88%-
HSV(B)264.63º50%74.51%-
XYZ23.2216.9750.77-
YUV117.49168.92139.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=31.98%
G=22.67%
B=45.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134951900.290.500.25264.6342.2255.88
Hex865FBE1D320191092a38
Octal20613727635620314115270
Binary1000011010111111011111011101110010011001100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,190); }

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

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

 a { background-color: rgb(134,95,190); }

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

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

 span { border-color: rgb(134,95,190); }

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