#864EBF

Color #864EBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #864EBF

Tints of Deep Lilac #864EBF

Color information

#864EBF (or 0x864EBF) is unknown color: approx Deep Lilac. HEX triplet: 86, 4E and BF. RGB value is (134,78,191). Sum of RGB (Red+Green+Blue) = 134+78+191=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #864EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EBF is #79B140. Grayscale: #6B6B6B. Windows color (decimal): -7975233 or 12537478. OLE color: 12537478.

HSL color Cylindrical-coordinate representation of color #864EBF: hue angle of 269.73º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864EBF is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13478191-
CMYK0.300.5900.25
HSL269.73º46.89%52.75%-
HSV(B)269.73º59.16%74.9%-
XYZ21.9614.2850.89-
YUV107.63175.05146.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 191 (75% from 255) = 47.39%
R=33.25%
G=19.35%
B=47.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134781910.300.5900.25269.7346.8952.75
Hex864EBF1E3B01910e2f35
Octal20611627736730314165765
Binary1000011010011101011111111110111011011001100001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864EBF; }

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

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

<style>
 a { background-color: #864EBF; }

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

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

<style>
 span { border-color: #864EBF; }

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

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