Html Css Color HEX #864EBC Deep Lilac

📋 copy color: '#864EBC'

red 134 ◦ green 78 ◦ blue 188

#864EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #864EBC

Tints of Deep Lilac #864EBC

RGB

 RED value IS 134 (52.73% from 255) = 33.5%

 GREEN value IS 78 (30.86% from 255) = 19.5%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 33.5%
G = 19.5%
B = 47%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#864EBC (or 0x864EBC) is known color: Deep Lilac. HEX triplet: 86, 4E and BC. RGB value is (134,78,188). Sum of RGB (Red+Green+Blue) = 134+78+188=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #864EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EBC is #79B143. Grayscale: #6A6A6A. Windows color (decimal): -7975236 or 12340870. OLE color: 12340870.

HSL color Cylindrical-coordinate representation of color #864EBC: hue angle of 270.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864EBC is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 78 188 -
CMYK 0.29 0.59 0 0.26
HSL 270.55º 0.45% 0.52% -
HSV(B) 270.55º 0.59% 0.74% -
XYZ 21.63 14.15 49.17 -
YUV 107.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 134 78 188 0.29 0.59 0 0.26 270.55 0.45 0.52
Hex 86 4E BC 1D 3B 0 1A 10F 2D 34
Octal 206 116 274 35 73 0 32 417 55 64
Binary 10000110 1001110 10111100 11101 111011 0 11010 100001111 101101 110100

Color Harmonies of #864EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EBC

Black with #864EBC

Text Example


Text Example

White with #864EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #864EBC;
 }
 .AnyTagClassName
 {
   color: #864EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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