#865BF1

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

Shades of Medium Slate Blue #865BF1

Tints of Medium Slate Blue #865BF1

Color information

#865BF1 (or 0x865BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5B and F1. RGB value is (134,91,241). Sum of RGB (Red+Green+Blue) = 134+91+241=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #865BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BF1 is #79A40E. Grayscale: #787878. Windows color (decimal): -7971855 or 15817606. OLE color: 15817606.

HSL color Cylindrical-coordinate representation of color #865BF1: hue angle of 257.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865BF1 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13491241-
CMYK0.440.6200.05
HSL257.2º84.27%65.1%-
HSV(B)257.2º62.24%94.51%-
XYZ29.4518.985.32-
YUV120.96195.75137.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=28.76%
G=19.53%
B=51.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134912410.440.6200.05257.284.2765.1
Hex865BF12C3E051015441
Octal206133361547605401124101
Binary10000110101101111110001101100111110010110000000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,241); }

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

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

 a { background-color: rgb(134,91,241); }

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

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

 span { border-color: rgb(134,91,241); }

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