#864BE5

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

Shades of Blue Violet #864BE5

Tints of Blue Violet #864BE5

Color information

#864BE5 (or 0x864BE5) is unknown color: approx Blue Violet. HEX triplet: 86, 4B and E5. RGB value is (134,75,229). Sum of RGB (Red+Green+Blue) = 134+75+229=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #864BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BE5 is #79B41A. Grayscale: #6D6D6D. Windows color (decimal): -7975963 or 15027078. OLE color: 15027078.

HSL color Cylindrical-coordinate representation of color #864BE5: hue angle of 262.99º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864BE5 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13475229-
CMYK0.410.6700.10
HSL262.99º74.76%59.61%-
HSV(B)262.99º67.25%89.8%-
XYZ26.4915.7675.77-
YUV110.2195.05144.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 229 (89.84% from 255) = 52.28%
R=30.59%
G=17.12%
B=52.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134752290.410.6700.10262.9974.7659.61
Hex864BE529430A1074b3c
Octal2061133455110301240711374
Binary100001101001011111001011010011000011010101000001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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