#864BE0

Color #864BE0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #864BE0

Tints of Blue Violet #864BE0

Color information

#864BE0 (or 0x864BE0) is unknown color: approx Blue Violet. HEX triplet: 86, 4B and E0. RGB value is (134,75,224). Sum of RGB (Red+Green+Blue) = 134+75+224=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #864BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BE0 is #79B41F. Grayscale: #6D6D6D. Windows color (decimal): -7975968 or 14699398. OLE color: 14699398.

HSL color Cylindrical-coordinate representation of color #864BE0: hue angle of 263.76º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864BE0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13475224-
CMYK0.400.6700.12
HSL263.76º70.62%58.63%-
HSV(B)263.76º66.52%87.84%-
XYZ25.815.4872.15-
YUV109.63192.55145.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 224 (87.89% from 255) = 51.73%
R=30.95%
G=17.32%
B=51.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134752240.400.6700.12263.7670.6258.63
Hex864BE028430C108473b
Octal2061133405010301441010773
Binary100001101001011111000001010001000011011001000010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #864BE0;
 }
 .AnyTagClassName
 {
   color: #864BE0;
 }
</style>
background-color css

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

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

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

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

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

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