#864AF9

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

Shades of Medium Slate Blue #864AF9

Tints of Medium Slate Blue #864AF9

Color information

#864AF9 (or 0x864AF9) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4A and F9. RGB value is (134,74,249). Sum of RGB (Red+Green+Blue) = 134+74+249=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #864AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864AF9 is #79B506. Grayscale: #6F6F6F. Windows color (decimal): -7976199 or 16337542. OLE color: 16337542.

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

Color convert

RGB13474249-
CMYK0.460.7000.02
HSL260.57º93.58%63.33%-
HSV(B)260.57º70.28%97.65%-
XYZ29.3816.8191.32-
YUV111.89205.38143.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=29.32%
G=16.19%
B=54.49%

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
Decimal134742490.460.7000.02260.5793.5863.33
Hex864AF92E46021055e3f
Octal206112371561060240513677
Binary1000011010010101111100110111010001100101000001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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