#864BFE

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

Shades of Medium Slate Blue #864BFE

Tints of Medium Slate Blue #864BFE

Color information

#864BFE (or 0x864BFE) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4B and FE. RGB value is (134,75,254). Sum of RGB (Red+Green+Blue) = 134+75+254=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #864BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BFE is #79B401. Grayscale: #707070. Windows color (decimal): -7975938 or 16665478. OLE color: 16665478.

HSL color Cylindrical-coordinate representation of color #864BFE: hue angle of 259.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864BFE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13475254-
CMYK0.470.7000.00
HSL259.78º98.9%64.51%-
HSV(B)259.78º70.47%99.61%-
XYZ30.2417.2695.5-
YUV113.05207.55142.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=28.94%
G=16.20%
B=54.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal134752540.470.7000.00259.7898.964.51
Hex864BFE2F46001046341
Octal2061133765710600404143101
Binary1000011010010111111111010111110001100010000010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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