#864FBE

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

Shades of Deep Lilac #864FBE

Tints of Deep Lilac #864FBE

Color information

#864FBE (or 0x864FBE) is unknown color: approx Deep Lilac. HEX triplet: 86, 4F and BE. RGB value is (134,79,190). Sum of RGB (Red+Green+Blue) = 134+79+190=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #864FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FBE is #79B041. Grayscale: #6B6B6B. Windows color (decimal): -7974978 or 12472198. OLE color: 12472198.

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

Color convert

RGB13479190-
CMYK0.290.5800.25
HSL269.73º46.06%52.75%-
HSV(B)269.73º58.42%74.51%-
XYZ21.9214.3850.34-
YUV108.1174.22146.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=33.25%
G=19.60%
B=47.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134791900.290.5800.25269.7346.0652.75
Hex864FBE1D3A01910e2e35
Octal20611727635720314165665
Binary1000011010011111011111011101111010011001100001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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