Html Css Color HEX #864AF0 Blue Violet

📋 copy color: '#864AF0'

red 134 ◦ green 74 ◦ blue 240

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

Shades of Blue Violet #864AF0

Tints of Blue Violet #864AF0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 240 (94.14% from 255) = 53.57%

R = 29.91%
G = 16.52%
B = 53.57%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#864AF0 (or 0x864AF0) is known color: Blue Violet. HEX triplet: 86, 4A and F0. RGB value is (134,74,240). Sum of RGB (Red+Green+Blue) = 134+74+240=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #864AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864AF0 is #79B50F. Grayscale: #6E6E6E. Windows color (decimal): -7976208 or 15747718. OLE color: 15747718.

HSL color Cylindrical-coordinate representation of color #864AF0: hue angle of 261.69º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864AF0 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 74 240 -
CMYK 0.44 0.69 0 0.06
HSL 261.69º 0.85% 0.62% -
HSV(B) 261.69º 0.69% 0.94% -
XYZ 28.01 16.26 84.1 -
YUV 110.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 134 74 240 0.44 0.69 0 0.06 261.69 0.85 0.62
Hex 86 4A F0 2C 45 0 6 106 55 3E
Octal 206 112 360 54 105 0 6 406 125 76
Binary 10000110 1001010 11110000 101100 1000101 0 110 100000110 1010101 111110

Color Harmonies of #864AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AF0

Black with #864AF0

Text Example


Text Example

White with #864AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,74,240); }

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

background-color css

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

 a { background-color: rgb(134,74,240); }

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

border-color css

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

 span { border-color: rgb(134,74,240); }

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