Html Css Color HEX #864EF7 Medium Slate Blue

📋 copy color: '#864EF7'

red 134 ◦ green 78 ◦ blue 247

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

Shades of Medium Slate Blue #864EF7

Tints of Medium Slate Blue #864EF7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

 BLUE value IS 247 (96.88% from 255) = 53.81%

R = 29.19%
G = 16.99%
B = 53.81%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#864EF7 (or 0x864EF7) is known color: Medium Slate Blue. HEX triplet: 86, 4E and F7. RGB value is (134,78,247). Sum of RGB (Red+Green+Blue) = 134+78+247=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #864EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EF7 is #79B108. Grayscale: #717171. Windows color (decimal): -7975177 or 16207494. OLE color: 16207494.

HSL color Cylindrical-coordinate representation of color #864EF7: hue angle of 259.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864EF7 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 78 247 -
CMYK 0.46 0.68 0 0.03
HSL 259.88º 0.91% 0.64% -
HSV(B) 259.88º 0.68% 0.97% -
XYZ 29.34 17.23 89.78 -
YUV 114.01 203.05 142.26 -
System Red Green Blue C M Y K H S L
Decimal 134 78 247 0.46 0.68 0 0.03 259.88 0.91 0.64
Hex 86 4E F7 2E 44 0 3 104 5B 40
Octal 206 116 367 56 104 0 3 404 133 100
Binary 10000110 1001110 11110111 101110 1000100 0 11 100000100 1011011 1000000

Color Harmonies of #864EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EF7

Black with #864EF7

Text Example


Text Example

White with #864EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,78,247); }

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

background-color css

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

 a { background-color: rgb(134,78,247); }

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

border-color css

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

 span { border-color: rgb(134,78,247); }

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