#865EF7

Color #865EF7 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #865EF7

Tints of Medium Slate Blue #865EF7

Color information

#865EF7 (or 0x865EF7) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5E and F7. RGB value is (134,94,247). Sum of RGB (Red+Green+Blue) = 134+94+247=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #865EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EF7 is #79A108. Grayscale: #7A7A7A. Windows color (decimal): -7971081 or 16211590. OLE color: 16211590.

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

Color convert

RGB13494247-
CMYK0.460.6200.03
HSL255.69º90.53%66.86%-
HSV(B)255.69º61.94%96.86%-
XYZ30.6219.7990.2-
YUV123.4197.75135.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 247 (96.88% from 255) = 52%
R=28.21%
G=19.79%
B=52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal134942470.460.6200.03255.6990.5366.86
Hex865EF72E3E031005b43
Octal206136367567603400133103
Binary1000011010111101111011110111011111001110000000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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