#864BF9

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

Shades of Medium Slate Blue #864BF9

Tints of Medium Slate Blue #864BF9

Color information

#864BF9 (or 0x864BF9) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4B and F9. RGB value is (134,75,249). Sum of RGB (Red+Green+Blue) = 134+75+249=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #864BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BF9 is #79B406. Grayscale: #6F6F6F. Windows color (decimal): -7975943 or 16337798. OLE color: 16337798.

HSL color Cylindrical-coordinate representation of color #864BF9: hue angle of 260.34º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864BF9 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13475249-
CMYK0.460.7000.02
HSL260.34º93.55%63.53%-
HSV(B)260.34º69.88%97.65%-
XYZ29.4516.9491.34-
YUV112.48205.05143.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 249 (97.66% from 255) = 54.37%
R=29.26%
G=16.38%
B=54.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134752490.460.7000.02260.3493.5563.53
Hex864BF92E46021045e40
Octal2061133715610602404136100
Binary10000110100101111111001101110100011001010000010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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