Html Css Color HEX #865EBF Lilac Bush

📋 copy color: '#865EBF'

red 134 ◦ green 94 ◦ blue 191

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

Shades of Lilac Bush #865EBF

Tints of Lilac Bush #865EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 31.98%
G = 22.43%
B = 45.58%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#865EBF (or 0x865EBF) is known color: Lilac Bush. HEX triplet: 86, 5E and BF. RGB value is (134,94,191). Sum of RGB (Red+Green+Blue) = 134+94+191=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #865EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBF is #79A140. Grayscale: #747474. Windows color (decimal): -7971137 or 12541574. OLE color: 12541574.

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

Color convert

RGB 134 94 191 -
CMYK 0.30 0.51 0 0.25
HSL 264.74º 0.43% 0.56% -
HSV(B) 264.74º 0.51% 0.75% -
XYZ 23.24 16.84 51.31 -
YUV 117.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 134 94 191 0.30 0.51 0 0.25 264.74 0.43 0.56
Hex 86 5E BF 1E 33 0 19 109 2B 38
Octal 206 136 277 36 63 0 31 411 53 70
Binary 10000110 1011110 10111111 11110 110011 0 11001 100001001 101011 111000

Color Harmonies of #865EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EBF

Black with #865EBF

Text Example


Text Example

White with #865EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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