Html Css Color HEX #864DBB Deep Lilac

📋 copy color: '#864DBB'

red 134 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #864DBB

Tints of Deep Lilac #864DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 33.67%
G = 19.35%
B = 46.98%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#864DBB (or 0x864DBB) is known color: Deep Lilac. HEX triplet: 86, 4D and BB. RGB value is (134,77,187). Sum of RGB (Red+Green+Blue) = 134+77+187=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #864DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DBB is #79B244. Grayscale: #6A6A6A. Windows color (decimal): -7975493 or 12275078. OLE color: 12275078.

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

Color convert

RGB 134 77 187 -
CMYK 0.28 0.59 0 0.27
HSL 271.09º 0.45% 0.52% -
HSV(B) 271.09º 0.59% 0.73% -
XYZ 21.46 13.96 48.58 -
YUV 106.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 134 77 187 0.28 0.59 0 0.27 271.09 0.45 0.52
Hex 86 4D BB 1C 3B 0 1B 10F 2D 34
Octal 206 115 273 34 73 0 33 417 55 64
Binary 10000110 1001101 10111011 11100 111011 0 11011 100001111 101101 110100

Color Harmonies of #864DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DBB

Black with #864DBB

Text Example


Text Example

White with #864DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,77,187); }

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

background-color css

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

 a { background-color: rgb(134,77,187); }

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

border-color css

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

 span { border-color: rgb(134,77,187); }

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