Html Css Color HEX #865EBC Lilac Bush

📋 copy color: '#865EBC'

red 134 ◦ green 94 ◦ blue 188

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

Shades of Lilac Bush #865EBC

Tints of Lilac Bush #865EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

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

R = 32.21%
G = 22.6%
B = 45.19%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#865EBC (or 0x865EBC) is known color: Lilac Bush. HEX triplet: 86, 5E and BC. RGB value is (134,94,188). Sum of RGB (Red+Green+Blue) = 134+94+188=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #865EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBC is #79A143. Grayscale: #747474. Windows color (decimal): -7971140 or 12344966. OLE color: 12344966.

HSL color Cylindrical-coordinate representation of color #865EBC: hue angle of 265.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865EBC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 94 188 -
CMYK 0.29 0.50 0 0.26
HSL 265.53º 0.41% 0.55% -
HSV(B) 265.53º 0.5% 0.74% -
XYZ 22.91 16.7 49.59 -
YUV 116.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 134 94 188 0.29 0.50 0 0.26 265.53 0.41 0.55
Hex 86 5E BC 1D 32 0 1A 10A 29 37
Octal 206 136 274 35 62 0 32 412 51 67
Binary 10000110 1011110 10111100 11101 110010 0 11010 100001010 101001 110111

Color Harmonies of #865EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EBC

Black with #865EBC

Text Example


Text Example

White with #865EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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