Html Css Color HEX #864BDB Blue Violet

📋 copy color: '#864BDB'

red 134 ◦ green 75 ◦ blue 219

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

Shades of Blue Violet #864BDB

Tints of Blue Violet #864BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 31.31%
G = 17.52%
B = 51.17%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#864BDB (or 0x864BDB) is known color: Blue Violet. HEX triplet: 86, 4B and DB. RGB value is (134,75,219). Sum of RGB (Red+Green+Blue) = 134+75+219=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #864BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BDB is #79B424. Grayscale: #6C6C6C. Windows color (decimal): -7975973 or 14371718. OLE color: 14371718.

HSL color Cylindrical-coordinate representation of color #864BDB: hue angle of 264.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864BDB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 75 219 -
CMYK 0.39 0.66 0 0.14
HSL 264.58º 0.67% 0.58% -
HSV(B) 264.58º 0.66% 0.86% -
XYZ 25.13 15.21 68.63 -
YUV 109.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 134 75 219 0.39 0.66 0 0.14 264.58 0.67 0.58
Hex 86 4B DB 27 42 0 E 109 43 3A
Octal 206 113 333 47 102 0 16 411 103 72
Binary 10000110 1001011 11011011 100111 1000010 0 1110 100001001 1000011 111010

Color Harmonies of #864BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BDB

Black with #864BDB

Text Example


Text Example

White with #864BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,219); }

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

background-color css

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

 a { background-color: rgb(134,75,219); }

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

border-color css

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

 span { border-color: rgb(134,75,219); }

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