#865FBB

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

Shades of Lilac Bush #865FBB

Tints of Lilac Bush #865FBB

Color information

#865FBB (or 0x865FBB) is unknown color: approx Lilac Bush. HEX triplet: 86, 5F and BB. RGB value is (134,95,187). Sum of RGB (Red+Green+Blue) = 134+95+187=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #865FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FBB is #79A044. Grayscale: #747474. Windows color (decimal): -7970885 or 12279686. OLE color: 12279686.

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

Color convert

RGB13495187-
CMYK0.280.4900.27
HSL265.43º40.35%55.29%-
HSV(B)265.43º49.2%73.33%-
XYZ22.8916.8449.06-
YUV117.15167.42140.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=32.21%
G=22.84%
B=44.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134951870.280.4900.27265.4340.3555.29
Hex865FBB1C3101B1092837
Octal20613727334610334115067
Binary1000011010111111011101111100110001011011100001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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